forked from amkovkov/GranuSightSoftware2
feat: GSS2.Test - UI+DI, Vulkan render test
This commit is contained in:
@@ -38,7 +38,6 @@ public sealed class FileLogger : ILogger
|
||||
lock (_lock)
|
||||
{
|
||||
File.AppendAllText(_filePath, line + Environment.NewLine);
|
||||
|
||||
if (exception != null)
|
||||
File.AppendAllText(_filePath, exception + Environment.NewLine);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user