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.
1 parent c01156e commit 3988019Copy full SHA for 3988019
build.ps1
@@ -265,12 +265,6 @@ function Invoke-Program()
265
$ErrorMessage += " $Frame`n"
266
}
267
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
-
274
throw $ErrorMessage
275
276
0 commit comments