(reason: unknown)
| 1318 | |
| 1319 | const unhandled: unknown[] = []; |
| 1320 | const onUnhandled = (reason: unknown) => void unhandled.push(reason); |
| 1321 | process.on("unhandledRejection", onUnhandled); |
| 1322 | const result = yield* Effect.gen(function* () { |
| 1323 | faults.failReads({ |