Skip to content

Release 6.2.0

Compare
Choose a tag to compare
@ehmicky ehmicky released this 24 Oct 18:14
· 877 commits to main since this release

Features

  • The exitOn() option now defaults to ['uncaughtException', 'unhandledRejection'] on Node >= 15.0.0. Its default
    value is still ['uncaughtException'] on Node < 15.0.0. This is to mimic Node.js default behavior: since Node 15.0.0, processes exit on unhandled promises.