Commit c1d30f9
committed
fix(lint): use optional catch binding for unused fallback error
ClawSweeper P2: the catch block on the fallback failure path no longer
reads the error variable. Use catch {} to satisfy the
unicorn/prefer-optional-catch-binding lint rule.1 parent e192600 commit c1d30f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
| 746 | + | |
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| |||
0 commit comments