We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unhandledRejection
1 parent 62d2a57 commit 1f65c83Copy full SHA for 1f65c83
doc/api/process.md
@@ -578,6 +578,10 @@ address such failures, a non-operational
578
`resource.loaded`, which would prevent the `'unhandledRejection'` event from
579
being emitted.
580
581
+If an `'unhandledRejection'` event is emitted but not handled it will
582
+be raised as an uncaught exception. This alongside other behaviors of
583
+`'unhandledRejection'` events can changed via the [`--unhandled-rejections`][] flag.
584
+
585
### Event: `'warning'`
586
587
<!-- YAML
0 commit comments