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 2012/11/22 21:44:51 UTC

js commit: Fix error message about how to install dependencies.

Updated Branches:
  refs/heads/master 8f2ccf3d6 -> 6798d210b


Fix error message about how to install dependencies.


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/6798d210
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6798d210
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6798d210

Branch: refs/heads/master
Commit: 6798d210b6d94c50a05638e8271d439a47754d67
Parents: 8f2ccf3
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Nov 22 12:51:12 2012 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Nov 22 15:44:28 2012 -0500

----------------------------------------------------------------------
 test/runner.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6798d210/test/runner.js
----------------------------------------------------------------------
diff --git a/test/runner.js b/test/runner.js
index 2595d2b..e25afbb 100644
--- a/test/runner.js
+++ b/test/runner.js
@@ -53,7 +53,7 @@ module.exports = {
             window = document.createWindow();
         } catch (e) {
             //no jsDom (some people don't have compilers)
-            console.log("can't run tests in node: run jake btest instead, or install jsdom via: sudo npm install jsdom");
+            console.log("can't run tests in node: run jake btest instead, or install jsdom via: npm install");
             return;
         }