Skip to content

Commit

Permalink
Tweak troubleshooting tips.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Feb 22, 2018
1 parent e8f9bee commit 3bdd786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion errors/fatal.js
Expand Up @@ -45,7 +45,8 @@ module.exports = {
log.error();
log.error('Tips:');
log.error(' • First, take a look at the error message above.');
log.error(' • Check that you\'re using the latest stable version of Sails.');
log.error(' • Make sure you\'ve installed dependencies with `npm install`.');
log.error(' • Check that this app was built for a compatible version of Sails.');
log.error(' • Have a question or need help? (http://sailsjs.com/support)');
_terminateProcess(1);
},
Expand Down

0 comments on commit 3bdd786

Please sign in to comment.