(cause)
| 105 | ).pipe(Effect.catchAll((error) => mailbox.fail(error))) |
| 106 | }, |
| 107 | error(cause) { |
| 108 | return mailbox.failCause(cause) |
| 109 | }, |
| 110 | done() { |
| 111 | return mailbox.end |
| 112 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…