Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 30, 2023
1 parent b2806b2 commit 7631aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7631aa4

Please sign in to comment.