Przeglądaj źródła

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

Co-authored-by: Shoubhit Dash <[email protected]>
tobwen 1 miesiąc temu
rodzic
commit
13a68f3de3
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/opencode/src/cli/cmd/tui/thread.ts

+ 0 - 1
packages/opencode/src/cli/cmd/tui/thread.ts

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