mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-18 10:07:58 +00:00
Trim text output in run command
This commit is contained in:
@@ -410,7 +410,7 @@ export const RunCommand = cmd({
|
||||
continue
|
||||
}
|
||||
UI.empty()
|
||||
UI.println(part.text)
|
||||
UI.println(part.text.trim())
|
||||
UI.empty()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user