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 d08234c + b8094d4 commit 6c0e6b5Copy full SHA for 6c0e6b5
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