mirror of
https://github.com/Stone-Red-Code/Markdowser.git
synced 2026-09-04 00:56:13 +02:00
Add logging to HttpPathResolver.cs
This commit is contained in:
@@ -79,5 +79,7 @@ public class HttpPathResolver : IPathResolver
|
||||
{
|
||||
Dispatcher.UIThread.Post(() => vm.WindowNotificationManager.Show(new Notification("Error", message, NotificationType.Error)));
|
||||
}
|
||||
|
||||
GlobalState.Logger.LogError(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user