File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ changes:
340
340
* ` err ` {Error} The uncaught exception.
341
341
* ` origin ` {string} Indicates if the exception originates from an unhandled
342
342
rejection or from a synchronous error. Can either be ` 'uncaughtException' ` or
343
- ` 'unhandledRejection' ` . The latter is used when in an exception happens in a
343
+ ` 'unhandledRejection' ` . The latter is used when an exception happens in a
344
344
` Promise ` based async context (or if a ` Promise ` is rejected) and
345
345
[ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
346
346
default) and the rejection is not handled, or when a rejection happens during
@@ -438,7 +438,7 @@ added:
438
438
* ` err ` {Error} The uncaught exception.
439
439
* ` origin ` {string} Indicates if the exception originates from an unhandled
440
440
rejection or from synchronous errors. Can either be ` 'uncaughtException' ` or
441
- ` 'unhandledRejection' ` . The latter is used when in an exception happens in a
441
+ ` 'unhandledRejection' ` . The latter is used when an exception happens in a
442
442
` Promise ` based async context (or if a ` Promise ` is rejected) and
443
443
[ ` --unhandled-rejections ` ] [ ] flag set to ` strict ` or ` throw ` (which is the
444
444
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