Skip to content

Commit

Permalink
Print error
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jan 14, 2025
1 parent e6cc25b commit 5cfdc9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/scripts/install_sysmon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ try {
$result = Invoke-WebRequest -Uri $downloadUrl -OutFile "$tempFolder\Sysmon.zip" -UseBasicParsing
}
catch {
ParseErrorForResponseBody($_)
$resp = ParseErrorForResponseBody($_)
Write-Host "$resp"
exit 1
}

Expand Down

0 comments on commit 5cfdc9b

Please sign in to comment.