You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/05/13 23:15:07 UTC

[12/14] cordova-windows git commit: Fix bad commit that broke run.js

Fix bad commit that broke run.js


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/e3071ff7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/e3071ff7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/e3071ff7

Branch: refs/heads/master
Commit: e3071ff79a3c63459a3b9876f13bc73f586f16e5
Parents: eddc8f7
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue May 5 13:02:38 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue May 5 13:02:38 2015 -0700

----------------------------------------------------------------------
 template/cordova/lib/run.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/e3071ff7/template/cordova/lib/run.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/run.js b/template/cordova/lib/run.js
index 1b0a059..e1685d3 100644
--- a/template/cordova/lib/run.js
+++ b/template/cordova/lib/run.js
@@ -89,6 +89,7 @@ module.exports.run = function (argv) {
                 console.warn('Unrecognized --appx parameter passed to run: "' + projOverride + '", ignoring.');
                 break;
         }
+    }
 
     if (projectType == 'windows' && getWindowsTargetVersion() == '8.0') {
         console.log('Warning: windows8 has been deprecated.  Please update you project to target windows8.1');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org