We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991d361 commit 70e507eCopy full SHA for 70e507e
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 6.2.0
2
+
3
+## Features
4
5
+- The [`exitOn()` option](docs/API.md#exiton) now defaults to
6
+ `['uncaughtException', 'unhandledRejection']` on Node `>= 15.0.0`. Its default
7
+ value is still `['uncaughtException']` on Node `< 15.0.0`. This is to mimic
8
+ Node.js default behavior:
9
+ [since Node `15.0.0`](https://github.com/nodejs/node/pull/33021), processes
10
+ exit on unhandled promises.
11
12
# 6.1.1
13
14
## Bug fixes
0 commit comments