Releases: sindresorhus/execa
Releases · sindresorhus/execa
v5.1.0
- Add
.escapedCommand
property to the results (#466) 712bafc
v5.0.1
v5.0.0
v4.1.0
v4.0.3
v4.0.2
v4.0.1
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)