Trim text output in run command

pull/11814/head
Dax Raad 2026-02-02 12:54:07 -05:00
parent 54eb8ff6c7
commit 2aaf6ca27d
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ export const RunCommand = cmd({
continue
}
UI.empty()
UI.println(part.text)
UI.println(part.text.trim())
UI.empty()
}