diff --git a/hack/make.ps1 b/hack/make.ps1 index ec52f514e5..cb8bc72198 100644 --- a/hack/make.ps1 +++ b/hack/make.ps1 @@ -394,6 +394,8 @@ Catch [Exception] { Write-Host -ForegroundColor Red " \___ / (____ /__`|____/\___ `>____ `| " Write-Host -ForegroundColor Red " \/ \/ \/ \/ " Write-Host + + Throw $_ } Finally { if ($global:pushed) { Pop-Location }