Commit 212917f
committed
Fix logic conditions loading to handle MSP errors
Add error callback to MSP.send_message in processNextCondition() so that
if an individual logic condition fetch fails, loading continues with the
next condition rather than halting indefinitely.
Previously, only a success callback was provided, meaning any MSP error
would stop the loading sequence without ever calling the final callback.1 parent 6cce81e commit 212917f
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2495 | 2495 | | |
2496 | 2496 | | |
2497 | 2497 | | |
2498 | | - | |
| 2498 | + | |
| 2499 | + | |
2499 | 2500 | | |
2500 | 2501 | | |
2501 | | - | |
| 2502 | + | |
| 2503 | + | |
2502 | 2504 | | |
2503 | 2505 | | |
2504 | 2506 | | |
| |||
0 commit comments