refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
This commit is contained in:
@@ -41,6 +41,7 @@ function mockGitFailure(failArg: string) {
|
||||
all: Stream.empty,
|
||||
getInputFd: () => ({ [Symbol.for("effect/Sink/TypeId")]: Symbol.for("effect/Sink/TypeId") }) as any,
|
||||
getOutputFd: () => Stream.empty,
|
||||
unref: Effect.succeed(Effect.void),
|
||||
})
|
||||
}
|
||||
return yield* real.spawn(command)
|
||||
|
||||
Reference in New Issue
Block a user