Update Logger.cs
This commit is contained in:
parent
a7e5672e18
commit
53596d9b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue