Commit cf6192b
committed
fix: re-throw non-429 errors to preserve onStartError logging
Address review feedback: the catch block was silently swallowing all
errors, not just 429s. Non-rate-limit errors should propagate to the
pipeline's onStartError handler for logging via logTypingFailure.1 parent b71e51f commit cf6192b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments