Releases: holepunchto/bare-subprocess
Releases · holepunchto/bare-subprocess
v6.1.0
v6.0.0
What's Changed
-
Align to Node.js by @yassernasc in #12
exitCodeis nownullwhen the process is terminated by a signal andsignalis now a string code, e.g.'SIGABRT', rather than the corresponding numeric code, e.g. 6.
Full Changelog: v5.2.3...v6.0.0