fix path in error message

This commit is contained in:
jomo 2015-04-06 03:27:28 +02:00
parent 67fd75b91e
commit f6c4e62846

View File

@ -109,6 +109,6 @@ exp.close = function(callback) {
module.exports = exp;
if (require.main === module) {
logging.error("Please use 'npm start' or 'lib/www.js'");
logging.error("Please use 'npm start' or 'www.js'");
process.exit(1);
}