Commit 11c02ee
committed
fix(devx): the closure sweep's self-test names its failure instead of crashing
Ablating the sweep predicate (`if (missing.length > 0)` -> `if (false)`) made
the self-test exit 1 through a TypeError on `findings[0].missing`, so the
named case that had already failed never reached the report. The optional
read keeps the exit code and restores the diagnostic.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk1 parent 449f9f0 commit 11c02ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
0 commit comments