mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
fix SteamCMD download failure output
This commit is contained in:
@@ -137,7 +137,7 @@ internal static class SteamCMD
|
||||
catch (Exception e)
|
||||
{
|
||||
using DialogForm dialogForm = new(Form.ActiveForm);
|
||||
if (dialogForm.Show(SystemIcons.Warning, "Failed to download SteamCMD:\n " + e.Message, "Retry", "OK") is not DialogResult.OK)
|
||||
if (dialogForm.Show(SystemIcons.Warning, "Failed to download SteamCMD:\n " + e.FormatException(), "Retry", "OK") is not DialogResult.OK)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user