continue uploads if one fails
This commit is contained in:
parent
eb37ba65ba
commit
38e46d6d1f
@ -131,7 +131,6 @@ namespace EftPatchHelper.Tasks
|
||||
if(!await pair.Key.UploadAsync(progress))
|
||||
{
|
||||
AnsiConsole.MarkupLine($"[red]{pair.Key.DisplayName.EscapeMarkup()} failed[/]");
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -145,7 +144,7 @@ namespace EftPatchHelper.Tasks
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
return _options.MirrorList.Count > 0;
|
||||
});
|
||||
|
||||
return succeeded;
|
||||
|
Loading…
x
Reference in New Issue
Block a user