doc: fix unhandled to uncaught
PR-URL: https://github.com/nodejs/node/pull/20293 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
8c12e01bf8
commit
bda2eaf3d5
@ -107,7 +107,7 @@ pass or fail).
|
||||
|
||||
For *all* [`EventEmitter`][] objects, if an `'error'` event handler is not
|
||||
provided, the error will be thrown, causing the Node.js process to report an
|
||||
unhandled exception and crash unless either: The [`domain`][domains] module is
|
||||
uncaught exception and crash unless either: The [`domain`][domains] module is
|
||||
used appropriately or a handler has been registered for the
|
||||
[`'uncaughtException'`][] event.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user