feat: GSS2.Test - UI+DI, Vulkan render test

This commit is contained in:
2026-01-22 08:04:04 +03:00
parent 2ce8d3e966
commit 5af1c508f5
23 changed files with 1093 additions and 131 deletions
-1
View File
@@ -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);
}