From ca2976f31473bbadff2420f1a02247f1aef451b0 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 21 Jul 2024 19:04:39 +0900 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);