You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2017/08/12 08:01:55 UTC

[04/12] cordova-serve git commit: allow global Promise

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 <pu...@gmail.com>
Authored: Thu Jun 29 11:52:51 2017 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org