File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ changes:
342342* ` err ` {Error} The uncaught exception.
343343* ` origin ` {string} Indicates if the exception originates from an unhandled
344344 rejection or from a synchronous error. Can either be ` 'uncaughtException' ` or
345- ` 'unhandledRejection' ` . The latter is used when in an exception happens in a
345+ ` 'unhandledRejection' ` . The latter is used when an exception happens in a
346346 ` Promise ` based async context (or if a ` Promise ` is rejected) and
347347 [ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
348348 default) and the rejection is not handled, or when a rejection happens during
@@ -440,7 +440,7 @@ added:
440440* ` err ` {Error} The uncaught exception.
441441* ` origin ` {string} Indicates if the exception originates from an unhandled
442442 rejection or from synchronous errors. Can either be ` 'uncaughtException' ` or
443- ` 'unhandledRejection' ` . The latter is used when in an exception happens in a
443+ ` 'unhandledRejection' ` . The latter is used when an exception happens in a
444444 ` Promise ` based async context (or if a ` Promise ` is rejected) and
445445 [ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
446446 default) and the rejection is not handled, or when a rejection happens during
You can’t perform that action at this time.
0 commit comments