From c3115842dfcffdc4daa8458d2c5a5c350a75fc64 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Mon, 30 Oct 2023 09:57:37 +0100 Subject: [PATCH] xxx --- windows/build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/build.ps1 b/windows/build.ps1 index ff43d8b8..6ecdee0d 100644 --- a/windows/build.ps1 +++ b/windows/build.ps1 @@ -134,6 +134,7 @@ try { GitClone "${ZLIB_GIT}" "${ZLIB_BRANCH}" ".\${ZLIB}" } } catch { + Write-Verbose "Exception: $($_.Exception.Message)" throw "Failed to fetch and verify dependencies" } finally { Pop-Location