fix space

This commit is contained in:
barisusakli
2014-12-03 14:17:05 -05:00
parent 64e13df14c
commit f67bc8d056

View File

@@ -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);
}
});