Commit 976009a
Fix timeout handling in health check and remove unused spawnProcess export
- Add timedOut check to version probe so timed-out codex --version is not
silently treated as success
- Add timedOut guard in parseAuthStatusFromOutput so timed-out auth probes
return authStatus 'unknown' instead of falsely reporting 'authenticated'
- Remove unnecessary export from spawnProcess (only used internally)
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>1 parent 45745a2 commit 976009a
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
237 | 245 | | |
238 | 246 | | |
239 | 247 | | |
240 | | - | |
| 248 | + | |
241 | 249 | | |
242 | 250 | | |
243 | 251 | | |
| |||
0 commit comments