diff options
| author | Aiden Cline <[email protected]> | 2026-03-19 11:15:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-19 11:15:07 -0500 |
| commit | aeece6166b7e728440f1a3c81aa7efcc32208f01 (patch) | |
| tree | c5d2666b61e5fe79fc6739e10b873add67d39b02 /packages/app/src/context/global-sync/bootstrap.ts | |
| parent | 0d7e62a532ba9f2163f872414c52a213c517936a (diff) | |
| download | opencode-aeece6166b7e728440f1a3c81aa7efcc32208f01.tar.gz opencode-aeece6166b7e728440f1a3c81aa7efcc32208f01.zip | |
ignore: revert 3 commits that broke dev branch (#18260)
Diffstat (limited to 'packages/app/src/context/global-sync/bootstrap.ts')
| -rw-r--r-- | packages/app/src/context/global-sync/bootstrap.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/context/global-sync/bootstrap.ts b/packages/app/src/context/global-sync/bootstrap.ts index c71e00f6f..13494b7ad 100644 --- a/packages/app/src/context/global-sync/bootstrap.ts +++ b/packages/app/src/context/global-sync/bootstrap.ts @@ -158,7 +158,7 @@ export async function bootstrapDirectory(input: { input.sdk.vcs.get().then((x) => { const next = x.data ?? input.store.vcs input.setStore("vcs", next) - if (next) input.vcsCache.setStore("value", next) + if (next?.branch) input.vcsCache.setStore("value", next) }), input.sdk.permission.list().then((x) => { const grouped = groupBySession( |
