mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
do not open console on error (#13374)
This commit is contained in:
parent
20dcff1e2e
commit
c0814da785
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue