diff options
| author | Brendan Allan <[email protected]> | 2026-04-17 15:26:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-17 07:26:14 +0000 |
| commit | a7265307355e7efed9e276da6625c96458009db6 (patch) | |
| tree | b938b4dae4fa7ffcf1f58e17aff499bc4c9da759 /packages/app/src/context/global-sync.tsx | |
| parent | d9950598d0da16fc0f8e6c289050a9d3da055af7 (diff) | |
| download | opencode-a7265307355e7efed9e276da6625c96458009db6.tar.gz opencode-a7265307355e7efed9e276da6625c96458009db6.zip | |
fix(app): workspace loading and persist ready state (#23046)
Diffstat (limited to 'packages/app/src/context/global-sync.tsx')
| -rw-r--r-- | packages/app/src/context/global-sync.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/app/src/context/global-sync.tsx b/packages/app/src/context/global-sync.tsx index 1359b07b4..1a672639b 100644 --- a/packages/app/src/context/global-sync.tsx +++ b/packages/app/src/context/global-sync.tsx @@ -264,7 +264,6 @@ function createGlobalSync() { children.pin(directory) const promise = Promise.resolve().then(async () => { const child = children.ensureChild(directory) - child[1]("bootstrapPromise", promise!) const cache = children.vcsCache.get(directory) if (!cache) return const sdk = sdkFor(directory) |
