Update Logger.cs
This commit is contained in:
parent
9cb981e86d
commit
311650f29a
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ public class Logger : ILogger
|
|||
{
|
||||
builder[i1].Dispose();
|
||||
}
|
||||
builder.Clear();
|
||||
|
||||
_ = Task.Run(() =>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue