mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update app.js
This commit is contained in:
parent
d74dd7e489
commit
770a6decdc
4
app.js
4
app.js
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user