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
|
continue
|
||||||
}
|
}
|
||||||
UI.empty()
|
UI.empty()
|
||||||
UI.println(part.text)
|
UI.println(part.text.trim())
|
||||||
UI.empty()
|
UI.empty()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue