Update app.js

This commit is contained in:
Namhyeon Go 2024-07-21 19:04:39 +09:00 committed by GitHub
parent 688d4963a5
commit ca2976f314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
app.js
View File

@ -513,7 +513,7 @@ function initializeConsole() {
function initializeWindow(name, args, w, h) {
if (typeof window === "undefined") {
console.error("This is not a window");
console.error("This is not a GUI application");
exit(1);
}
var app = require(name);