From 5e1d4ce4d7cc2e55f74b49fd98b7e6482d214251 Mon Sep 17 00:00:00 2001 From: Thesourtimes Date: Thu, 11 Nov 2021 11:31:03 +0300 Subject: minor capitulation --- bundle/src/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src/start.ts') diff --git a/bundle/src/start.ts b/bundle/src/start.ts index f683d3e3..8725ba61 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -81,7 +81,7 @@ Cores: ${cyan(cores)} cluster.on("exit", (worker: any, code: any, signal: any) => { console.log( `[Worker] ${red( - `died with pid: ${worker.process.pid} , restarting ...` + `died with PID: ${worker.process.pid} , restarting ...` )}` ); cluster.fork(); -- cgit 1.5.1