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