Release 6.2.0
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 Node15.0.0, processes exit on unhandled promises.