download msg

This commit is contained in:
2025-08-08 09:29:16 -07:00
parent ccd2586c8d
commit f8ebb74fc9

View File

@@ -75,6 +75,7 @@ func Update(wowdir string, force bool, removeUnknown bool, skipDownload bool) Up
}
if !skipDownload {
msgChan <- fmt.Sprintf("Downloading %s", localPath)
outFile, err := os.Create(localPath)
if err != nil {
stats.Error = fmt.Errorf("failed to create file %s: %v", localPath, err)