mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
Trim text output in run command
This commit is contained in:
parent
54eb8ff6c7
commit
2aaf6ca27d
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ export const RunCommand = cmd({
|
|||
continue
|
||||
}
|
||||
UI.empty()
|
||||
UI.println(part.text)
|
||||
UI.println(part.text.trim())
|
||||
UI.empty()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue