You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RunOutput(launch:): rename parameter to ‘command’, add documentation.
Removed
```swift
group.enter()
defer {
group.leave()
}
```
because no matter what happens, "group.leave()" will be called when exiting this scope. As such it serves no purpose. We still need to use ‘group’ for the asynchronous reading of standard error though.
0 commit comments