Commit 48af0af
committed
fix: stop spinner before streaming output to prevent double-rendering
The spinner was continuing to write to stderr every 80ms while command
output was being streamed to stdout in tee/capture modes. This caused
overlapping text as the spinner's carriage returns interfered with
the markdown renderer's output.
Added stopSpinner() calls at the start of both tee and capture mode
blocks in runCommand() to ensure clean output.1 parent 2c45e1e commit 48af0af
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
411 | 414 | | |
412 | 415 | | |
413 | 416 | | |
| |||
429 | 432 | | |
430 | 433 | | |
431 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
432 | 438 | | |
433 | 439 | | |
434 | 440 | | |
| |||
0 commit comments