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.
2 parents bba1965 + 529affe commit bee4b94Copy full SHA for bee4b94
swift-tools-support-core/Sources/TSCBasic/Process.swift
@@ -665,9 +665,6 @@ extension ProcessResult.Error: CustomStringConvertible {
665
stream <<< "signalled(\(signal)): "
666
}
667
668
- stream <<< result.environment.map({ "\($0)=\($1)" }).joined(separator: " ")
669
- stream <<< " "
670
-
671
// Strip sandbox information from arguments to keep things pretty.
672
var args = result.arguments
673
// This seems a little fragile.
0 commit comments