do not open console on error (#13374)

pull/8403/merge
Sebastian 2026-02-12 22:29:58 +01:00 committed by GitHub
parent 20dcff1e2e
commit c0814da785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ export function tui(input: {
exitOnCtrlC: false,
useKittyKeyboard: {},
autoFocus: false,
openConsoleOnError: false,
consoleOptions: {
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
onCopySelection: (text) => {