cli: remove empty line after reasoning output

pull/11814/head
Dax Raad 2026-02-02 12:45:17 -05:00
parent 2a38007101
commit 8047f2052a
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@ export const RunCommand = cmd({
if (process.stdout.isTTY) {
UI.empty()
UI.println(`\u001b[3m${line}\u001b[0m`)
UI.empty()
continue
}
process.stdout.write(line + EOL)