mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
fix: refresh Worktree service per instance
This commit is contained in:
parent
506e9bf99e
commit
03b2d03ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ export namespace Worktree {
|
|||
reset: resetEffect,
|
||||
})
|
||||
}),
|
||||
)
|
||||
).pipe(Layer.fresh)
|
||||
|
||||
async function run<A, E>(effect: Effect.Effect<A, E, Service>) {
|
||||
const { runPromiseInstance } = await import("@/effect/runtime")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue