diff --git a/loader.js b/loader.js index a788a0ca26..20566625e2 100644 --- a/loader.js +++ b/loader.js @@ -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); } });