Commit 3de3f02
fix(accessibility): preserve build-start exception log on glob.sync failure (SDK-7121)
Addresses PR #1160 review r3682515873: switching the support-file glob to
glob.sync dropped the distinctive 'EXCEPTION IN BUILD START EVENT' log that
the removed async callback emitted on a parse error. Wrap glob.sync in its
own try/catch to restore that signal (now with the error object attached)
while keeping the call synchronous to avoid the archive race.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent fed11f7 commit 3de3f02
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
385 | 391 | | |
386 | 392 | | |
387 | 393 | | |
| |||
0 commit comments