Skip to content

Releases: holepunchto/bare-subprocess

v6.1.0

04 Jun 07:12

Choose a tag to compare

v6.0.0

09 Apr 10:38

Choose a tag to compare

What's Changed

  • Align to Node.js by @yassernasc in #12

    exitCode is now null when the process is terminated by a signal and signal is now a string code, e.g. 'SIGABRT', rather than the corresponding numeric code, e.g. 6.

Full Changelog: v5.2.3...v6.0.0