Update Logger.cs
This commit is contained in:
parent
53596d9b8a
commit
8969bb00cc
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 || currentLog.Message is null)
|
||||
if (currentLog is null || currentLog.RawMessage is null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue