From d866436887ad1b24590684f9d00480376663dd36 Mon Sep 17 00:00:00 2001 From: goto-bus-stop Date: Wed, 3 Jan 2024 10:20:44 +0000 Subject: [PATCH] Rebuild (automated) --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8bf1ba5..dfae000 100644 --- a/dist/index.js +++ b/dist/index.js @@ -81590,7 +81590,6 @@ var { resolveVersion } = require_versions(); var TOOL_NAME = "zig"; -console.log("test"); async function downloadZig(platform, version3, useCache = true) { const ext = extForPlatform(platform); const { downloadUrl, variantName, version: useVersion } = version3.includes("+") ? resolveCommit(platform, version3) : await resolveVersion(platform, version3);