fix(opencode): avoid TTY corruption from double cleanup (#16565)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>pull/7785/head^2
parent
fdad35aaa7
commit
13a68f3de3
|
|
@ -208,7 +208,6 @@ export const TuiThreadCommand = cmd({
|
|||
prompt,
|
||||
fork: args.fork,
|
||||
},
|
||||
onExit: stop,
|
||||
})
|
||||
} finally {
|
||||
await stop()
|
||||
|
|
|
|||
Loading…
Reference in New Issue