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 2013/10/29 22:49:37 UTC

[1/2] git commit: [CB-5220] "An error occurred" is missing an "A" ...

Updated Branches:
  refs/heads/master 9bd254d03 -> 1c25ec6db


[CB-5220] "An error occurred" is missing an "A" ...


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

Branch: refs/heads/master
Commit: 9bac2ebd3e2d24de118b11800c8a67f02e5d7dc4
Parents: 237d006
Author: Josh Soref <js...@blackberry.com>
Authored: Tue Oct 29 17:38:32 2013 -0400
Committer: Josh Soref <js...@blackberry.com>
Committed: Tue Oct 29 17:38:32 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9bac2ebd/src/run.js
----------------------------------------------------------------------
diff --git a/src/run.js b/src/run.js
index d5487b3..6425ba8 100644
--- a/src/run.js
+++ b/src/run.js
@@ -74,7 +74,7 @@ function shell_out_to_run(projectRoot, platform, options) {
             events.emit('log', 'Platform "' + platform + '" ran successfully.');
             d.resolve();
         } else {
-            d.reject(new Error('n error occurred while running the ' + platform + ' project.' + errors));
+            d.reject(new Error('An error occurred while running the ' + platform + ' project.' + errors));
         }
     });
 


[2/2] git commit: [CB-5220] "An error occurred" is missing an "A" ...

Posted by an...@apache.org.
[CB-5220] "An error occurred" is missing an "A" ...


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

Branch: refs/heads/master
Commit: 1c25ec6db14f392cb0abc2d8c52f56b3d6a655b5
Parents: 9bd254d 9bac2eb
Author: Anis Kadri <an...@apache.org>
Authored: Tue Oct 29 17:49:27 2013 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Oct 29 17:49:27 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1c25ec6d/src/run.js
----------------------------------------------------------------------