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 2015/05/02 08:59:26 UTC

[2/3] cordova-windows git commit: fixed the test I made fail

fixed the test I made fail


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

Branch: refs/heads/windows10
Commit: 61057cf8f3116d6a5a49225c70ce058caa53bdc8
Parents: a5df077
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Apr 13 11:57:12 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Apr 13 11:57:12 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/61057cf8/template/cordova/lib/run.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/run.js b/template/cordova/lib/run.js
index 57d2336..5445af5 100644
--- a/template/cordova/lib/run.js
+++ b/template/cordova/lib/run.js
@@ -56,7 +56,7 @@ module.exports.run = function (argv) {
 
     // for win switch we should correctly handle 8.0 and 8.1 version as per configuration
     if (projectType == 'windows' && getWindowsTargetVersion() == '8.0') {
-        console.log("Warning: windows8 has been deprecated.  Please update you project to target windows8.1")
+        console.log('Warning: windows8 has been deprecated.  Please update you project to target windows8.1');
         projectType = 'windows80';
     }
 


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