mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
do not open console on error (#13374)
This commit is contained in:
parent
20dcff1e2e
commit
c0814da785
@ -180,6 +180,7 @@ export function tui(input: {
|
|||||||
exitOnCtrlC: false,
|
exitOnCtrlC: false,
|
||||||
useKittyKeyboard: {},
|
useKittyKeyboard: {},
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
|
openConsoleOnError: false,
|
||||||
consoleOptions: {
|
consoleOptions: {
|
||||||
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
|
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
|
||||||
onCopySelection: (text) => {
|
onCopySelection: (text) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user