Skip to content

Commit f567f9c

Browse files
authored
Merge pull request #124 from compnerd/stringify
TSCBasic: repair the Windows build after apple/swift-package-manager#…
2 parents fb8e160 + fd63ac6 commit f567f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/Process.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ extension Process.Error: CustomStringConvertible {
748748
}
749749
}
750750
}
751+
#endif
751752

752753
extension ProcessResult.Error: CustomStringConvertible {
753754
public var description: String {
@@ -787,4 +788,3 @@ extension ProcessResult.Error: CustomStringConvertible {
787788
}
788789
}
789790
}
790-
#endif

0 commit comments

Comments
 (0)