download msg
This commit is contained in:
@@ -75,6 +75,7 @@ func Update(wowdir string, force bool, removeUnknown bool, skipDownload bool) Up
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !skipDownload {
|
if !skipDownload {
|
||||||
|
msgChan <- fmt.Sprintf("Downloading %s", localPath)
|
||||||
outFile, err := os.Create(localPath)
|
outFile, err := os.Create(localPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
stats.Error = fmt.Errorf("failed to create file %s: %v", localPath, err)
|
stats.Error = fmt.Errorf("failed to create file %s: %v", localPath, err)
|
||||||
|
Reference in New Issue
Block a user