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 1cfeec6 commit 5daaec6Copy full SHA for 5daaec6
win/common-utils.ps1
@@ -253,7 +253,7 @@ function Invoke-External {
253
Start-Sleep -Milliseconds 200
254
if ($p.HasExited) {
255
$exitCode = $p.ExitCode
256
- $errorMsg = "Process exited immediately with code $exitCode: $exeToRun $argLine"
+ $errorMsg = "Process exited immediately with code ${exitCode}: ${exeToRun} ${argLine}"
257
if ($LogFile) {
258
Add-Content -Path $LogFile -Value "[ERROR] $errorMsg"
259
}
0 commit comments