Commit 1b43755
committed
ALEC-296: driverInit returns error Response on InterruptedException
Addresses Copilot review feedback on PR #154. Without this,
reEvaluateAllOpenAlarms() (and the existing engine-config save paths)
could report HTTP 200 even when the driver init was interrupted before
the engine came back up — masking failures from the caller.
(The companion test fix for the missing re-evaluate confirm-cancel
no-op test was already pushed by Copilot Autofix as 19bc094.)1 parent 19bc094 commit 1b43755
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
0 commit comments