From 72172a78e26dad4db01fe4cf66ad1b5978a3da84 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 23 Dec 2023 02:41:54 +0200 Subject: [PATCH] chore: moar logs --- cli/installations.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/installations.go b/cli/installations.go index b9c3881..9c6af9d 100644 --- a/cli/installations.go +++ b/cli/installations.go @@ -562,6 +562,7 @@ func downloadAndExtractMod(modReference string, version string, link string, has go func() { defer wg.Done() for up := range downloadUpdates { + slog.Debug("passthrough", slog.Int64("running", up.Completed), slog.Int64("total", up.Total)) updates <- InstallUpdate{ Item: InstallUpdateItem{ Mod: modReference,