Skip to content

Commit

Permalink
throw installer retry done
Browse files Browse the repository at this point in the history
  • Loading branch information
msftrubengu committed Oct 4, 2023
1 parent 8971424 commit d11cc8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AppInstallerCLICore/Workflows/DownloadFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ namespace AppInstaller::CLI::Workflow
break;
}
}
else
{
throw;
}
}
catch (...)
{
Expand Down

0 comments on commit d11cc8d

Please sign in to comment.