mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
fix(app): archive session sometimes flaky
This commit is contained in:
parent
ea13b6e8aa
commit
2729705594
2 changed files with 8 additions and 6 deletions
|
|
@ -379,6 +379,8 @@ function createGlobalSync() {
|
|||
}),
|
||||
)
|
||||
}
|
||||
if (event.properties.info.parentID) break
|
||||
setStore("sessionTotal", (value) => Math.max(0, value - 1))
|
||||
break
|
||||
}
|
||||
if (result.found) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue