Update Logger.cs

This commit is contained in:
Mira 2023-05-30 22:02:03 +02:00
parent a7e5672e18
commit 53596d9b8a
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -99,7 +99,7 @@ public class Logger : ILogger
handler.LogsToPost.Remove(currentLog); handler.LogsToPost.Remove(currentLog);
if (currentLog is null) if (currentLog is null || currentLog.Message is null)
{ {
continue; continue;
} }