chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-01 07:27:27 +00:00
commit fd2278eefc
5 changed files with 15 additions and 9 deletions

View file

@ -210,7 +210,6 @@ export async function runPromptQueue(input: QueueInput): Promise<void> {
if (next.type === "error") {
throw next.error
}
} finally {
if (state.ctrl === ctrl) {
state.ctrl = undefined