Trim text output in run command
parent
54eb8ff6c7
commit
2aaf6ca27d
|
|
@ -410,7 +410,7 @@ export const RunCommand = cmd({
|
|||
continue
|
||||
}
|
||||
UI.empty()
|
||||
UI.println(part.text)
|
||||
UI.println(part.text.trim())
|
||||
UI.empty()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue