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
commit5e1d4ce4d7cc2e55f74b49fd98b7e6482d214251 (patch)
treee36a615250015b4cf7b97d098796728be9ac48ae /bundle/src/start.ts
parentPut autoregister scripts on a seperate asset file (diff)
downloadserver-5e1d4ce4d7cc2e55f74b49fd98b7e6482d214251.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();