v4.0.0
Breaking changes
- Require Node.js 10 (5a9c76f)
- Add
stderr
andstdout
toerror.message
. A new propertyerror.shortMessage
is now available to retrieve the error message withoutstderr
norstdout
(#397)
Bug fixes
- Fix
childProcess.kill()
not working with Electron (#400)