Use manual debug output for download()

This commit is contained in:
2025-04-22 16:42:28 -04:00
parent e211ad5c5d
commit fa86b8b659

View File

@@ -1799,7 +1799,8 @@ download() {
return 1 return 1
fi fi
execute "${cmd[@]}" "$url" debug "${cmd[@]}" "$url"
"${cmd[@]}" "$url"
} }
# Roughly turn debugging on for pre-init # Roughly turn debugging on for pre-init