Commit aa6a7ff
committed
fix(API): treat failed ps scan as unreliable in diagnostics
scanReliable only checked for processesValue.note (Windows) but not
processesValue.error (ps failure in containers). A caught ps failure
returns { matches: [], error } without a note, causing the scan to be
incorrectly treated as reliable and skipping full-node RPC probes.1 parent 9b3eb7e commit aa6a7ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments