Skip to content

Arguable 0.0.38

Choose a tag to compare

@bigeasy bigeasy released this 26 Nov 17:12
· 508 commits to master since this release

Now using the passive process.exitCode to set the exit of code of the main function instead of explicitly calling process.exit() with the desired exit code. The process.exit() invocation will short circuit the stack trace of the default uncaught exception handler which is a surprise. The process.exitCode is new in 0.12, so setting the exit code from the main body will not work on 0.10. 0.10 still works and is still supported, just not the setting of the exit code.

  • Release version 0.0.38. #144, 0539c09.
  • Upgrade to Interrupt 0.0.8. adc62ff.
  • Correctly set exit code. 0dab8be.
  • Build only on Node.js 0.12 at Travis CI. ca69ccc.
  • Clean up examples in README.md. a8b5990.

Changes between v0.0.37...v0.0.38.