From 5a0bd5d50f08651f43b1f2027e953f05731ed4eb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 23 Jul 2020 11:44:02 +0900 Subject: [PATCH] Update app.js --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index da5943f..c7cdeb0 100644 --- a/app.js +++ b/app.js @@ -37,6 +37,7 @@ var exit = function(status) { if (typeof(WScript) !== "undefined") { WScript.quit(status); } + console.warn("Exit caused by: " + status); }; var console = {