mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
cli: remove empty line after reasoning output
This commit is contained in:
parent
2a38007101
commit
8047f2052a
1 changed files with 0 additions and 1 deletions
|
|
@ -422,7 +422,6 @@ export const RunCommand = cmd({
|
|||
if (process.stdout.isTTY) {
|
||||
UI.empty()
|
||||
UI.println(`\u001b[3m${line}\u001b[0m`)
|
||||
UI.empty()
|
||||
continue
|
||||
}
|
||||
process.stdout.write(line + EOL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue