mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 18:32:29 +01:00
minor capitulation
This commit is contained in:
parent
8d63a61848
commit
5e1d4ce4d7
@ -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();
|
||||
|
@ -6,7 +6,7 @@ export function initStats() {
|
||||
console.log(`[Path] running in ${__dirname}`);
|
||||
console.log(`[CPU] ${osu.cpu.model()} Cores x${osu.cpu.count()}`);
|
||||
console.log(`[System] ${os.platform()} ${os.arch()}`);
|
||||
console.log(`[Process] running with pid: ${process.pid}`);
|
||||
console.log(`[Process] running with PID: ${process.pid}`);
|
||||
if (process.getuid && process.getuid() === 0) {
|
||||
console.warn(
|
||||
red(
|
||||
|
Loading…
Reference in New Issue
Block a user