diff --git a/windows/build.ps1 b/windows/build.ps1 index ff43d8b8..a59245f0 100644 --- a/windows/build.ps1 +++ b/windows/build.ps1 @@ -134,6 +134,8 @@ try { GitClone "${ZLIB_GIT}" "${ZLIB_BRANCH}" ".\${ZLIB}" } } catch { + Write-Host "Exception: $($_.Exception)" + Write-Host "Inner exception: $($_.Exception.InnerException)" throw "Failed to fetch and verify dependencies" } finally { Pop-Location