You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/12 16:02:49 UTC

git commit: Fix prepare command from hiding failures.

Repository: cordova-cli
Updated Branches:
  refs/heads/master 3f448d9f6 -> 2a9ef8253


Fix prepare command from hiding failures.

github: close #139


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

Branch: refs/heads/master
Commit: 2a9ef82535e30fd9289e7c6776619a4a46ed80ad
Parents: 3f448d9
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Mar 12 11:01:47 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 12 11:01:47 2014 -0400

----------------------------------------------------------------------
 src/prepare.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/2a9ef825/src/prepare.js
----------------------------------------------------------------------
diff --git a/src/prepare.js b/src/prepare.js
index 3c0d4dd..eef0123 100644
--- a/src/prepare.js
+++ b/src/prepare.js
@@ -111,8 +111,6 @@ exports = module.exports = function prepare(options) {
                 platform_cfg.write();
 
                 return parser.update_project(cfg);
-            }).fail(function(e) {
-                console.error(e);
             });
         })).then(function() {
             return hooks.fire('after_prepare', options);