From f67bc8d056b944b55a4ddca64b2280d163a19b43 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 3 Dec 2014 14:17:05 -0500 Subject: [PATCH] fix space --- loader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } });