| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9c5b33 commit 5436057
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -231,8 +231,9 @@ changes: | |||
| 231 | 231 | ||
| 232 | 232 | * `err` {Error} The uncaught exception. | |
| 233 | 233 | * `origin` {string} Indicates if the exception originates from an unhandled | |
| 234 | - rejection or from synchronous errors. Can either be `'uncaughtException'` or | ||
| 235 | - `'unhandledRejection'`. | ||
| 234 | + rejection or from an synchronous error. Can either be `'uncaughtException'` or | ||
| 235 | + `'unhandledRejection'`. The latter is only used in conjunction with the | ||
| 236 | + [`--unhandled-rejections`][] flag set to `strict` and an unhandled rejection. | ||
| 236 | 237 | ||
| 237 | 238 | The `'uncaughtException'` event is emitted when an uncaught JavaScript | |
| 238 | 239 | exception bubbles all the way back to the event loop. By default, Node.js | |
@@ -2535,6 +2536,7 @@ cases: | |||
| 2535 | 2536 | [`'exit'`]: #process_event_exit | |
| 2536 | 2537 | [`'message'`]: child_process.html#child_process_event_message | |
| 2537 | 2538 | [`'uncaughtException'`]: #process_event_uncaughtexception | |
| 2539 | + [`--unhandled-rejections`]: cli.html#cli_unhandled_rejections_mode | ||
| 2538 | 2540 | [`Buffer`]: buffer.html | |
| 2539 | 2541 | [`ChildProcess.disconnect()`]: child_process.html#child_process_subprocess_disconnect | |
| 2540 | 2542 | [`ChildProcess.send()`]: child_process.html#child_process_subprocess_send_message_sendhandle_options_callback | |
| Back | FazBrowse Home | New Git URL |
0 commit comments