Commit dbd5585
committed
fix(host): make vendor-hermes --silent actually silent
The spinners were passed `isEnabled: !silent`. A disabled ora spinner still
writes `- <text>` on start and the success/fail symbol on completion (to
stderr) — it only skips the animation. `isSilent` is the option that
suppresses output entirely.
Callers capture stdout only (`$(... --silent)` in CI and the Gradle error
message, backticks in patch-hermes.rb), so the stray output was noise rather
than a broken path, but `--silent` now does what it says.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HX4imsygeawVtsmoP1sj3F1 parent 58b213c commit dbd5585
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments