diff --git a/Logger.cs b/Logger.cs index 22b5f71..a0d3fea 100644 --- a/Logger.cs +++ b/Logger.cs @@ -99,7 +99,7 @@ public class Logger : ILogger handler.LogsToPost.Remove(currentLog); - if (currentLog is null) + if (currentLog is null || currentLog.Message is null) { continue; }