mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
main quest works
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user