summary refs log tree commit diff
path: root/bundle/src/start.ts
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-11-11 10:54:29 +0100
committerGitHub <noreply@github.com>2021-11-11 10:54:29 +0100
commitacd6d51ecb33d6ba5d6974a3a6307c75867460d4 (patch)
tree8c217ce401a73c762d84984de1835f03304f8dd4 /bundle/src/start.ts
parentMerge pull request #501 from Thesourtimes/master (diff)
parentmove checLocale and other js tp checkLocale (diff)
downloadserver-acd6d51ecb33d6ba5d6974a3a6307c75867460d4.tar.xz
Merge pull request #508 from Thesourtimes/master
Move unimported tag scripts to assets/ in Test Client
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();