Linting
This commit is contained in:
parent
8eae770621
commit
8b7be48522
13 changed files with 37 additions and 28 deletions
|
|
@ -8,7 +8,7 @@ export function parseConcurrency(): number {
|
|||
i + 1 < args.length
|
||||
) {
|
||||
const n = parseInt(args[i + 1], 10);
|
||||
if (!isNaN(n) && n > 0) return n;
|
||||
if (!isNaN(n) && n > 0) {return n;}
|
||||
}
|
||||
}
|
||||
return os.cpus().length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue