This commit is contained in:
John Gross
2019-06-06 18:03:58 -07:00
parent 3e5b29c84d
commit 97f380fb7b
3 changed files with 12 additions and 5 deletions

View File

@@ -171,9 +171,10 @@ quit";
File.Delete(STEAMCMD_ZIP);
log.Info("SteamCMD downloaded successfully!");
}
catch
catch (Exception e)
{
log.Error("Failed to download SteamCMD, unable to update the DS.");
log.Error(e);
return;
}
}