Refactoring
This commit is contained in:
parent
e086c68115
commit
a3bd039bcf
2 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ async function init(): Promise<Config> {
|
|||
return config;
|
||||
}
|
||||
|
||||
function spawnWorkers(onComplete: any) {
|
||||
function spawnWorkers(onComplete: Function) {
|
||||
// Count the machine's CPUs
|
||||
const cpuCount = os.cpus().length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue