Skip to content

Commit 14b65ee

Browse files
kommanderadamdotdevin
authored andcommitted
do not open console on error (#13374)
1 parent e1b90d0 commit 14b65ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/opencode/src/cli/cmd/tui

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)