mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix path in error message
This commit is contained in:
parent
67fd75b91e
commit
f6c4e62846
@ -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);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user