summary refs log tree commit diff
path: root/bundle/src/start.ts
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2021-11-11 11:31:03 +0300
committerThesourtimes <cckhmck@gmail.com>2021-11-11 11:31:03 +0300
commit4e795a14151437872ae0980d2fb0fb69b6a902be (patch)
treec549b5964d43dfd39385c5e5a02a3c8e16fa885a /bundle/src/start.ts
parentPut autoregister scripts on a seperate asset file (diff)
downloadserver-4e795a14151437872ae0980d2fb0fb69b6a902be.tar.xz
minor capitulation
Diffstat (limited to '')
-rw-r--r--bundle/src/start.ts2
1 files changed, 1 insertions, 1 deletions
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();