Commit 4f991ca
Fix error masking in validate-bundle cleanup
Wrap cleanup `Deno.removeSync` calls in try-catch so that failures
to remove files that don't yet exist (e.g. when validation fails
before creating them) don't mask the real error.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b18d485 commit 4f991ca
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | | - | |
72 | 75 | | |
73 | 76 | | |
0 commit comments