(event, origin)
| 47 | // With `--unhandled-rejections=strict`, `unhandledRejection` also emits an |
| 48 | // `uncaughtException` event. We discard it to avoid repetitions. |
| 49 | const isDoubleRejection = (event, origin) => |
| 50 | event === 'uncaughtException' && origin === 'unhandledRejection' |
no outgoing calls
no test coverage detected
searching dependent graphs…