Commit 0a6158f
Remove redundant HasExited check in DisposeProcess else branch
After line 222 recomputes processRunning as `processRunning && !HasExited(process)`,
the else branch already implies HasExited was true (when processRunning was
originally true). The redundant check is unnecessary.
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>1 parent 50263cf commit 0a6158f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments