mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 02:36:57 -04: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