1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 21:02:56 +08:00
This commit is contained in:
smallketchup82 2024-07-04 17:45:34 -04:00
parent 9e01cf7fc2
commit 6a03092944
No known key found for this signature in database
GPG Key ID: 7345B7C561243F1E

View File

@ -92,9 +92,9 @@ namespace osu.Desktop.Updater
} }
catch (Exception e) catch (Exception e)
{ {
// In the case of an error, a separate notification will be displayed. // In the case of an error, a separate notification will be displayed.
notification.FailDownload(); notification.FailDownload();
Logger.Error(e, @"update failed!"); Logger.Error(e, @"update failed!");
} }
} }
catch (Exception e) catch (Exception e)