Additional Fixes

This commit is contained in:
2025-10-17 00:45:41 -06:00
parent b94d168933
commit ce0829c823

View File

@@ -190,7 +190,7 @@ function Stop-AgentPythonProcesses {
$stopped = $true $stopped = $true
} else { } else {
if ($taskkillOutput) { if ($taskkillOutput) {
Write-Host "taskkill.exe returned exit code $LASTEXITCODE for PID $procId: $taskkillOutput" -ForegroundColor DarkYellow Write-Host "taskkill.exe returned exit code ${LASTEXITCODE} for PID ${procId}: $taskkillOutput" -ForegroundColor DarkYellow
} }
} }
} catch { } catch {