Commit 0285127
committed
Fix source break in swift-subprocess
```
error: type 'ErrorOutputProtocol' has no member 'standardError'
271 | environment: environment,
272 | output: .standardOutput,
273 | error: .standardError,
| `- error: type 'ErrorOutputProtocol' has no member 'standardError'
274 | )
275 | guard result.terminationStatus.isSuccess else {
```1 parent 3b0c883 commit 0285127
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments