mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 20:23:20 +00:00
chore: generate
This commit is contained in:
parent
c5442d418d
commit
c8389cf96d
1 changed files with 2 additions and 2 deletions
|
|
@ -133,8 +133,8 @@ export namespace Runner {
|
|||
}),
|
||||
).pipe(
|
||||
Effect.flatten,
|
||||
Effect.catch((e): Effect.Effect<A, E> =>
|
||||
e instanceof Cancelled ? (onInterrupt ?? Effect.die(e)) : Effect.fail(e as E),
|
||||
Effect.catch(
|
||||
(e): Effect.Effect<A, E> => (e instanceof Cancelled ? (onInterrupt ?? Effect.die(e)) : Effect.fail(e as E)),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue