Skip to content

Commit 5daaec6

Browse files
committed
debug web-python
1 parent 1cfeec6 commit 5daaec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/common-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function Invoke-External {
253253
Start-Sleep -Milliseconds 200
254254
if ($p.HasExited) {
255255
$exitCode = $p.ExitCode
256-
$errorMsg = "Process exited immediately with code $exitCode: $exeToRun $argLine"
256+
$errorMsg = "Process exited immediately with code ${exitCode}: ${exeToRun} ${argLine}"
257257
if ($LogFile) {
258258
Add-Content -Path $LogFile -Value "[ERROR] $errorMsg"
259259
}

0 commit comments

Comments
 (0)