Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Fix state disposal
  • Loading branch information
veracioux committed Nov 11, 2025
commit ea3b05ce3578c18566ff29a9f5846b0d6c491e6c
2 changes: 1 addition & 1 deletion packages/opencode/src/project/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export namespace State {

tasks.push(task)
}
entries.delete(key)
recordsByKey.delete(key)
await Promise.all(tasks)
disposalFinished = true
log.info("state disposal completed", { key })
Expand Down