You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/11/15 07:26:45 UTC

cordova-windows git commit: CB-12147: (windows) Fix typo in verbose output

Repository: cordova-windows
Updated Branches:
  refs/heads/master 74e84e3dc -> 541c451d4


CB-12147: (windows) Fix typo in verbose output

CB-12147: (windows) Fix typo in verbose output

 This closes #210


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

Branch: refs/heads/master
Commit: 541c451d4665f9db6c8b60d35876f8b5d93bc245
Parents: 74e84e3
Author: Jimmy Thomson <ji...@microsoft.com>
Authored: Mon Nov 14 13:22:45 2016 -0800
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Nov 15 10:26:25 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/541c451d/template/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js
index 6c173a6..b917ad0 100644
--- a/template/cordova/lib/build.js
+++ b/template/cordova/lib/build.js
@@ -288,7 +288,7 @@ function buildTargets(allMsBuildVersions, config) {
     if (!msbuild) {
         return Q.reject(new CordovaError('No valid MSBuild was detected for the selected target.'));
     }
-    events.emit('vebose', 'Using MSBuild v' + msbuild.version + ' from ' + msbuild.path);
+    events.emit('verbose', 'Using MSBuild v' + msbuild.version + ' from ' + msbuild.path);
     var myBuildTargets = filterSupportedTargets(selectedBuildTargets, msbuild);
 
     var buildConfigs = [];


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