diff --git a/hack/make.ps1 b/hack/make.ps1 index f15f8ef225..de6e7d9974 100644 --- a/hack/make.ps1 +++ b/hack/make.ps1 @@ -437,6 +437,7 @@ Try { } Catch [Exception] { Write-Host -ForegroundColor Red ("`nERROR: make.ps1 failed:`n$_") + Write-Host -ForegroundColor Red ($_.InvocationInfo.PositionMessage) # More gratuitous ASCII art. Write-Host