fix(opencode): avoid TTY corruption from double cleanup (#16565)

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
pull/7785/head^2
tobwen 2026-03-08 09:25:33 +01:00 committed by GitHub
parent fdad35aaa7
commit 13a68f3de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ export const TuiThreadCommand = cmd({
prompt,
fork: args.fork,
},
onExit: stop,
})
} finally {
await stop()