1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 19:23:11 +08:00
This commit is contained in:
smallketchup82
2024-07-04 17:45:34 -04:00
Unverified
parent 9e01cf7fc2
commit 6a03092944
+3 -3
View File
@@ -92,9 +92,9 @@ namespace osu.Desktop.Updater
}
catch (Exception e)
{
// In the case of an error, a separate notification will be displayed.
notification.FailDownload();
Logger.Error(e, @"update failed!");
// In the case of an error, a separate notification will be displayed.
notification.FailDownload();
Logger.Error(e, @"update failed!");
}
}
catch (Exception e)