Commit df46811
committed
fix(cron): require all error payloads to be tool warnings before clearing fatality
Per ClawSweeper review: when checking isCronToolWarning on the last
error text, also verify that ALL error payloads match the tool
warning pattern. This prevents mixed-error scenarios where a
genuinely fatal error payload precedes a tool warning from being
incorrectly classified as non-fatal.
Refs #948461 parent e2b17b0 commit df46811
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments