mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 10:46:46 +00:00
chore: generate
This commit is contained in:
@@ -19,9 +19,7 @@ const runtime = ManagedRuntime.make(
|
||||
)
|
||||
|
||||
function initBash() {
|
||||
return runtime.runPromise(
|
||||
BashTool.pipe(Effect.flatMap((info) => Effect.promise(() => info.init()))),
|
||||
)
|
||||
return runtime.runPromise(BashTool.pipe(Effect.flatMap((info) => Effect.promise(() => info.init()))))
|
||||
}
|
||||
|
||||
const ctx = {
|
||||
|
||||
Reference in New Issue
Block a user