Merge pull request #37726 from kolyshkin/make-ps1

hack/make.ps1: know where we failed
This commit is contained in:
John Howard 2018-08-28 10:17:45 -07:00 committed by GitHub
commit a005332346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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