Skip to content

Commit 3988019

Browse files
tristanlabellecompnerd
authored andcommitted
Remove environment printing
1 parent c01156e commit 3988019

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,6 @@ function Invoke-Program()
265265
$ErrorMessage += " $Frame`n"
266266
}
267267

268-
$ErrorMessage += "Environment:`n"
269-
foreach ($EnvVar in ((Get-ChildItem env:*).GetEnumerator() | Sort-Object Key))
270-
{
271-
$ErrorMessage += " $($EnvVar.Key)=$($EnvVar.Value)`n"
272-
}
273-
274268
throw $ErrorMessage
275269
}
276270
}

0 commit comments

Comments
 (0)