Conversation
| import { FileSystemAdapter, Pattern } from './types'; | ||
|
|
||
| const CPU_COUNT = os.cpus().length; | ||
| const CPU_COUNT = Math.max(os.cpus().length, 1); |
There was a problem hiding this comment.
Can you add a comment to the code above that this is a specific hack for android?
There was a problem hiding this comment.
on Android, os.cups().length equals 0
|
👍 I was going to send over this same change -- |
|
Thanks for the contributing 🎉 |
|
@mrmlnc Would it be possible to cut a new release as this fixes issues with a number of downstream projects, and I'm sure they'd all love a stable version to point to rather than pointing to master. Thanks! |
|
I have setup the nightly builds for |
What is the purpose of this pull request?
fix on android
What changes did you make? (Give an overview)
fix
concurrencyminimal value