This commit is contained in:
Assistant 2020-06-02 16:48:30 -06:00
parent 6327c197fb
commit b9319f9990

View file

@ -80,7 +80,7 @@ namespace ModAssistant
{
await Task.Run(async () => await Updater.Run());
}
catch (UnauthorizedAccessException e)
catch (UnauthorizedAccessException)
{
Utils.StartAsAdmin(Arguments, true);
}