mirror of
https://github.com/Stone-Red-Code/Markdowser.git
synced 2026-09-07 15:56:28 +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)));
|
Dispatcher.UIThread.Post(() => vm.WindowNotificationManager.Show(new Notification("Error", message, NotificationType.Error)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GlobalState.Logger.LogError(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user