Skip to content

Commit 13a68f3

Browse files
tobwennexxeln
andauthored
fix(opencode): avoid TTY corruption from double cleanup (#16565)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
1 parent fdad35a commit 13a68f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/opencode/src/cli/cmd/tui/thread.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ export const TuiThreadCommand = cmd({
208208
prompt,
209209
fork: args.fork,
210210
},
211-
onExit: stop,
212211
})
213212
} finally {
214213
await stop()

0 commit comments

Comments
 (0)