Updated Branches:
  refs/heads/master dedc29a81 -> 68675f5c4

[CB-5147] emulate needs a space before error message


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

Branch: refs/heads/master
Commit: 68675f5c4d86f8e4a3c61191eb0cbd77a6adc56d
Parents: dedc29a
Author: Josh Soref <[email protected]>
Authored: Tue Oct 22 03:40:42 2013 -0400
Committer: Josh Soref <[email protected]>
Committed: Wed Oct 23 15:38:29 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/68675f5c/src/emulate.js
----------------------------------------------------------------------
diff --git a/src/emulate.js b/src/emulate.js
index 808812f..f1853a7 100644
--- a/src/emulate.js
+++ b/src/emulate.js
@@ -58,7 +58,7 @@ function shell_out_to_emulate(projectRoot, platform, options) 
{
             events.emit('log', 'Platform "' + platform + '" deployed to 
emulator.');
             d.resolve();
         } else {
-            d.reject(new Error('An error occurred while emulating/deploying 
the ' + platform + ' project.' + errors));
+            d.reject(new Error('An error occurred while emulating/deploying 
the ' + platform + ' project. ' + errors));
         }
     });
 

Reply via email to