Skip to content

Commit c0814da

Browse files
authored
do not open console on error (#13374)
1 parent 20dcff1 commit c0814da

File tree

1 file changed

+1
-0
lines changed
  • packages/opencode/src/cli/cmd/tui

1 file changed

+1
-0
lines changed

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export function tui(input: {
180180
exitOnCtrlC: false,
181181
useKittyKeyboard: {},
182182
autoFocus: false,
183+
openConsoleOnError: false,
183184
consoleOptions: {
184185
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
185186
onCopySelection: (text) => {

0 commit comments

Comments
 (0)