Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postinstall: Stop when any dependency errors
`Promise.any` will only raise an exception when all of the promises have rejected (or any promise has resolved); use `Promise.race` instead, where the first rejecting promise raises. Signed-off-by: Mark Yen <[email protected]>
- Loading branch information