Commit 4904e61
fix: auto-restart daemon on any compilation failure, not just "Unknown Error"
Bun.build() corruption in long-running daemons can manifest as
`{ success: false }` with empty error logs (not just a thrown
"Unknown Error"). Broaden the CLI retry logic to restart the daemon
on any compilation failure — if the retry also fails, it's a real
user error.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 66d66dc commit 4904e61
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments