Skip to content

Commit 4390d72

Browse files
committed
Update changelog
1 parent 5f02e6f commit 4390d72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
## Master
1515

1616
- 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)
1718

1819
## 3.20.2
1920

Sources/DangerShellExecutor/ShellExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extension ShellExecuting {
5656
public struct ShellExecutor: ShellExecuting {
5757
/// Queue used to concurrently listen to both stdout and stderr
5858
private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)
59-
59+
6060
public init() {}
6161

6262
public func execute(_ command: String,

0 commit comments

Comments
 (0)