Add logging to HttpPathResolver.cs

This commit is contained in:
Stone_Red
2024-04-30 18:25:23 +02:00
parent 441c41543c
commit 281a59165c
@@ -79,5 +79,7 @@ public class HttpPathResolver : IPathResolver
{
Dispatcher.UIThread.Post(() => vm.WindowNotificationManager.Show(new Notification("Error", message, NotificationType.Error)));
}
GlobalState.Logger.LogError(message);
}
}