Refactoring
This commit is contained in:
parent
7f700d42c8
commit
e086c68115
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue