Refactoring

This commit is contained in:
syuilo 2017-04-23 15:49:17 +09:00
parent 7f700d42c8
commit e086c68115

View file

@ -4,9 +4,6 @@
Error.stackTraceLimit = Infinity; Error.stackTraceLimit = Infinity;
/**
* Module dependencies
*/
import * as fs from 'fs'; import * as fs from 'fs';
import * as os from 'os'; import * as os from 'os';
import * as cluster from 'cluster'; import * as cluster from 'cluster';
@ -141,9 +138,7 @@ function spawnWorkers(onComplete: any) {
} }
// On all workers started // On all workers started
progress.on('complete', () => { progress.on('complete', onComplete);
onComplete();
});
} }
// Listen new workers // Listen new workers