Marginally more helpful message to install phantom for self-test

This commit is contained in:
Tom Coleman
2016-06-29 08:24:58 +10:00
parent d023789e10
commit 8bdbcb7199

View File

@@ -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"));
}