Error does not result in non-zero exit code
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
```
$ ./node_modules/patch-package/index.js
patch-package 6.2.2
Applying patches...
depd@1.1.2 ✔
ethereumjs-abi/keccak@2.1.0 ✔
ethereumjs-tx/keccak@2.1.0 ✔
keccak@1.4.0 ✔
secp256k1@3.8.0 ✔
Error: Patch file found for package keccak which is not present at node_modules/web3-provider-engine/node_modules/keccak
```
results in exit code zero
this should report a non-zero exit code
related https://github.com/ds300/patch-package/issues/210
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.