We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370c4ad commit 8fb8f2cCopy full SHA for 8fb8f2c
src/main.js
@@ -17,7 +17,7 @@ function quitProcess () {
17
doneQuit = true;
18
console.log("Exiting from main.js!\n");
19
TheMatron.emit("quit");
20
- setTimeout(function() {process.exit(0)}, 3000);
+ setTimeout(function() {console.log("Bye"); process.exit(0)}, 3000);
21
};
22
23
process.on("SIGTERM", quitProcess);
0 commit comments