You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments