Update LoggerClient.cs
This commit is contained in:
parent
40e8632a77
commit
e18aa2ef51
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ public sealed class LoggerClient : ILogger
|
|||
if (inTemplate)
|
||||
{
|
||||
attemptedParsing = true;
|
||||
if (currentLog.Args?.Length >= currentArg)
|
||||
if (currentLog.Args?.Length >= currentArg && currentLog.Args?.Length != 0)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue