mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: format code
This commit is contained in:
parent
73ad20b90c
commit
34ef5f4ece
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export function tui(input: { url: string; args: Args; onExit?: () => Promise<voi
|
||||||
Clipboard.copy(text).catch((error) => {
|
Clipboard.copy(text).catch((error) => {
|
||||||
console.error(`Failed to copy console selection to clipboard: ${error}`)
|
console.error(`Failed to copy console selection to clipboard: ${error}`)
|
||||||
})
|
})
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue