mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +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;
|
module.exports = exp;
|
||||||
|
|
||||||
if (require.main === module) {
|
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);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user