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:
342
342
* ` err ` {Error} The uncaught exception.
343
343
* ` origin ` {string} Indicates if the exception originates from an unhandled
344
344
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
346
346
` Promise ` based async context (or if a ` Promise ` is rejected) and
347
347
[ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
348
348
default) and the rejection is not handled, or when a rejection happens during
@@ -440,7 +440,7 @@ added:
440
440
* ` err ` {Error} The uncaught exception.
441
441
* ` origin ` {string} Indicates if the exception originates from an unhandled
442
442
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
444
444
` Promise ` based async context (or if a ` Promise ` is rejected) and
445
445
[ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
446
446
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