Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jflan-dd committed Jan 14, 2025
1 parent 5f02e6f commit 4390d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
## Master

- Add Android support [@marcprux][] - [#635](https://github.com/danger/swift/pull/635)
- Drain stdout and stderr concurrently [@jflan-dd] - [#636](https://github.com/danger/swift/pull/636)

## 3.20.2

Expand Down
2 changes: 1 addition & 1 deletion Sources/DangerShellExecutor/ShellExecutor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension ShellExecuting {
public struct ShellExecutor: ShellExecuting {
/// Queue used to concurrently listen to both stdout and stderr
private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)

public init() {}

public func execute(_ command: String,
Expand Down

0 comments on commit 4390d72

Please sign in to comment.