cli: remove empty line after reasoning output
This commit is contained in:
parent
2a38007101
commit
8047f2052a
1 changed files with 0 additions and 1 deletions
|
|
@ -422,7 +422,6 @@ export const RunCommand = cmd({
|
||||||
if (process.stdout.isTTY) {
|
if (process.stdout.isTTY) {
|
||||||
UI.empty()
|
UI.empty()
|
||||||
UI.println(`\u001b[3m${line}\u001b[0m`)
|
UI.println(`\u001b[3m${line}\u001b[0m`)
|
||||||
UI.empty()
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
process.stdout.write(line + EOL)
|
process.stdout.write(line + EOL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue