mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 19:08:22 +02:00
fix space
This commit is contained in:
@@ -75,9 +75,9 @@ Loader.addWorkerEvents = function(worker) {
|
||||
|
||||
console.log('[cluster] Child Process (' + worker.pid + ') has exited (code: ' + code + ', signal: ' + signal +')');
|
||||
if (!worker.suicide) {
|
||||
console.log('[cluster] Spinning up another process...');
|
||||
console.log('[cluster] Spinning up another process...');
|
||||
|
||||
forkWorker(worker.index, worker.isPrimary);
|
||||
forkWorker(worker.index, worker.isPrimary);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user