From 8bdbcb7199f87f3c6628c9de014da167d679ae0f Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Wed, 29 Jun 2016 08:24:58 +1000 Subject: [PATCH] Marginally more helpful message to install phantom for self-test --- tools/tool-testing/selftest.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tool-testing/selftest.js b/tools/tool-testing/selftest.js index cfe0aaf4fb..49d5e7445a 100644 --- a/tools/tool-testing/selftest.js +++ b/tools/tool-testing/selftest.js @@ -33,7 +33,9 @@ try { throw new Error([ "Please install PhantomJS by running the following command:", "", - " meteor npm install -g phantomjs-prebuilt", + " /path/to/meteor npm install -g phantomjs-prebuilt", + "", + "Where `/path/to/meteor` is the executable you used to run this self-test.", "" ].join("\n")); }