diff --git a/src/index.js b/src/index.js index 7481d54..dbc7dc2 100644 --- a/src/index.js +++ b/src/index.js @@ -49,7 +49,7 @@ if (cluster.isMaster) { // open("http://" + host + ":" + port + "/dashboard"); }); process.on("SIGINT", async () => { - console.log("Stopping JSSTE APP Worker ..."); + console.log(`Stopping Worker ${process.pid}...`); websrv.close(); process.exit(); });