diff --git a/app.js b/app.js index a195181..c7bfb59 100644 --- a/app.js +++ b/app.js @@ -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);