Commit 2eab70b
Fix unreachable code warning in validate-inputs
The doseq macro expands into a loop with recur, so a throw in the body
makes the continuation unreachable. Replace with some + throw to avoid
the Closure Compiler advanced-compilation warning.
Fixes #827
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 71de219 commit 2eab70b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments