浏览代码

Merge pull request #37726 from kolyshkin/make-ps1

hack/make.ps1: know where we failed
John Howard 7 年之前
父节点
当前提交
a005332346
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hack/make.ps1

+ 1 - 0
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