Commit 41e6534
committed
fix(run): remove spinner dependency from runtime output
- decouple spinner from output rendering
- fix captureOnly logic blocking stdout when spinner is disabled
- ensure live output is always displayed for vix run
- remove 'Running script' label for cleaner CLI UX
behavior now matches modern runtimes (go, deno, node)1 parent b473a6c commit 41e6534
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | | - | |
| 646 | + | |
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
| |||
0 commit comments