Commit 9c1b99d
authored
fix: keep sdk-commands start alive when the initial build fails (#1501)
In watch mode the file watcher and preview server outlive a failed
re-build, but the initial build threw and killed the whole process —
so opening a scene that already had a syntax error left no watcher
alive to pick up the fix. Give the initial build the same
report-and-recover contract as re-builds.1 parent e704246 commit 9c1b99d
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
325 | 335 | | |
326 | 336 | | |
327 | 337 | | |
| |||
0 commit comments