allow global Promise
Project: http://git-wip-us.apache.org/repos/asf/cordova-serve/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-serve/commit/fd32d32f Tree: http://git-wip-us.apache.org/repos/asf/cordova-serve/tree/fd32d32f Diff: http://git-wip-us.apache.org/repos/asf/cordova-serve/diff/fd32d32f Branch: refs/heads/master Commit: fd32d32ff3f23fbd97a5d8180c20f4aafa0c44ce Parents: 5ab863a Author: Jesse MacFadyen <[email protected]> Authored: Thu Jun 29 11:52:51 2017 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Thu Jun 29 11:52:51 2017 -0700 ---------------------------------------------------------------------- src/exec.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-serve/blob/fd32d32f/src/exec.js ---------------------------------------------------------------------- diff --git a/src/exec.js b/src/exec.js index d3f2e44..2ab268d 100644 --- a/src/exec.js +++ b/src/exec.js @@ -17,6 +17,8 @@ under the License. */ +/* globals Promise: true */ + var child_process = require('child_process'); /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
