We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f02e6f commit 4390d72Copy full SHA for 4390d72
CHANGELOG.md
@@ -14,6 +14,7 @@
14
## Master
15
16
- Add Android support [@marcprux][] - [#635](https://github.com/danger/swift/pull/635)
17
+- Drain stdout and stderr concurrently [@jflan-dd] - [#636](https://github.com/danger/swift/pull/636)
18
19
## 3.20.2
20
Sources/DangerShellExecutor/ShellExecutor.swift
@@ -56,7 +56,7 @@ extension ShellExecuting {
56
public struct ShellExecutor: ShellExecuting {
57
/// Queue used to concurrently listen to both stdout and stderr
58
private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)
59
-
+
60
public init() {}
61
62
public func execute(_ command: String,
0 commit comments