Skip to content

Commit 77599ee

Browse files
committed
fix: Log notification processing when testing
1 parent a486a4e commit 77599ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Menu/Notifications/NotificationManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ public void CheckNotifications()
126126
Notifications.NotificationList = IncludeValid(Notifications.NotificationList);
127127
Notifications.NotificationList = SortByDate(Notifications.NotificationList);
128128
}
129-
catch (WebException ex)
129+
catch (Exception ex)
130130
{
131+
AppendToLog(ex.ToString());
131132
Error = ex;
132133
}
133134
}

0 commit comments

Comments
 (0)