Skip to content

Commit 529affe

Browse files
committed
[TSCBasic] Avoid dumping the process env
1 parent bba1965 commit 529affe

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)