Commit 4803939
fix: check pip exit code and drain streams concurrently
Use runProcessGetFullOutput instead of runProcessGetOutput so that
stdout/stderr are drained in parallel (avoiding deadlock) and a non-zero
exit code throws a clear error instead of silently returning stderr.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b782cb2 commit 4803939
1 file changed
Lines changed: 10 additions & 3 deletions
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
0 commit comments