Skip to content

Commit

Permalink
chore: moar logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 23, 2023
1 parent b3b7083 commit 72172a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/installations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 72172a7

Please sign in to comment.