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 = {