Commit 25b2cca
fix: remove unused catch variable in artifact verification (#1839)
## Summary
- remove the unused `error` binding from `scripts/verify-artifacts.js`
- preserve the existing size-limit failure handling
Fixes the pre-existing Biome autofix/lint failure identified in #1833.
## Validation
- `npx --yes @biomejs/biome@2.5.11 check scripts/verify-artifacts.js`
- `node --check scripts/verify-artifacts.js`
- `git diff --check`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 203f191 commit 25b2cca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments