(reason: unknown)
| 1428 | |
| 1429 | const unhandled: unknown[] = []; |
| 1430 | const onUnhandled = (reason: unknown) => void unhandled.push(reason); |
| 1431 | process.on("unhandledRejection", onUnhandled); |
| 1432 | const result = yield* Effect.gen(function* () { |
| 1433 | faults.failReads({ |