We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e233094 commit 62bfe3dCopy full SHA for 62bfe3d
doc/api/cli.md
@@ -1059,8 +1059,13 @@ Track heap object allocations for heap snapshots.
1059
### `--unhandled-rejections=mode`
1060
<!-- YAML
1061
added:
1062
- - v12.0.0
1063
- - v10.17.0
+ - v12.0.0
+ - v10.17.0
1064
+changes:
1065
+ - version: v15.0.0
1066
+ pr-url: https://github.com/nodejs/node/pull/33021
1067
+ description: Changed default mode to `throw`. Previously, a warning was
1068
+ emitted.
1069
-->
1070
1071
Using this flag allows to change what should happen when an unhandled rejection
0 commit comments