Skip to content

Commit bee4b94

Browse files
authored
Merge pull request #2665 from aciidb0mb3r/avoid-dumping-env
[TSCBasic] Avoid dumping the process env
2 parents bba1965 + 529affe commit bee4b94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

swift-tools-support-core/Sources/TSCBasic/Process.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,6 @@ extension ProcessResult.Error: CustomStringConvertible {
665665
stream <<< "signalled(\(signal)): "
666666
}
667667

668-
stream <<< result.environment.map({ "\($0)=\($1)" }).joined(separator: " ")
669-
stream <<< " "
670-
671668
// Strip sandbox information from arguments to keep things pretty.
672669
var args = result.arguments
673670
// This seems a little fragile.

0 commit comments

Comments
 (0)