mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 18:14:58 +00:00
fix(opencode): avoid TTY corruption from double cleanup (#16565)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
This commit is contained in:
@@ -208,7 +208,6 @@ export const TuiThreadCommand = cmd({
|
|||||||
prompt,
|
prompt,
|
||||||
fork: args.fork,
|
fork: args.fork,
|
||||||
},
|
},
|
||||||
onExit: stop,
|
|
||||||
})
|
})
|
||||||
} finally {
|
} finally {
|
||||||
await stop()
|
await stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user