Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Nov 26, 2024
1 parent 7f10d3f commit 428b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Merge/Intramodular/Process/Process.RunResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension _ProcessRunResult {
#if os(macOS) || targetEnvironment(macCatalyst)
@available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
@available(macCatalyst, unavailable)
extension Process.RunResult {
extension _ProcessRunResult {
package init(
process: Process,
stdout: String,
Expand Down

0 comments on commit 428b239

Please sign in to comment.