Update app.js

This commit is contained in:
Namhyeon Go 2021-08-10 15:36:55 +09:00
parent d74dd7e489
commit 770a6decdc

4
app.js
View File

@ -285,11 +285,11 @@ function initializeWindow(name, args, w, h) {
exit(exitStatus);
}
} else {
console.error("Error, missing main entry point in ", name, ".js");
console.error("Error, missing main entry point in", name + ".js");
exit(1);
}
} else {
console.error("Error, cannot find ", name, ".js");
console.error("Error, cannot find", name + ".js");
exit(1);
}
}