main quest works

This commit is contained in:
Mikhail Thompson
2024-06-29 15:11:42 +03:00
parent 1229104086
commit 846b72ce9d
21 changed files with 299 additions and 49 deletions

View File

@@ -34,6 +34,8 @@ namespace nksrv.Utils
var oldFG = Console.ForegroundColor;
Console.ForegroundColor = newFG;
Console.WriteLine(msg);
if (logEvent.Exception != null)
Console.WriteLine(logEvent.Exception);
Console.ForegroundColor = oldFG;
}