Skip to content

Commit

Permalink
Merge branch 'feature/Update-1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Jun 4, 2023
2 parents 38be49a + 93f3af4 commit 2decc70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FASTER/ViewModel/SteamUpdaterViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,11 @@ private async Task Download(IDownloadHandler downloadHandler, string targetDir)
Parameters.Progress = 0;
throw;
}
catch (ArgumentException)
{
Parameters.Output += $"\nSkipping download : No tasks ";
Parameters.Progress = 0;
}
finally
{
DownloadTasks.Remove(downloadTask);
Expand Down

0 comments on commit 2decc70

Please sign in to comment.