Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around os.cpus() returning an empty array on unsupported platforms
`os.cpus()` can return empty arrays on platforms not officially supported by Node.js. Use 1 as a minimum. See <nodejs/node#38190>. Co-authored-by: Mark Wubben <[email protected]>
- Loading branch information