Commit 424b98e
committed
build(sync-gen): do not abort generation when unasyncd rewrites files
unasyncd exits non-zero whenever it transforms a file, the way a
formatter signals "changed". Since run() defaulted to fatal, the very
run that did the work aborted before restore_all_blocks() and before
ruff normalized the generated tree — so `make sync-gen` failed on every
real change and had to be run twice to produce a correct result.1 parent 0d391fc commit 424b98e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments