mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 02:30:44 -05:00
Replace console.writeline with Logger.LogError
This commit is contained in:
parent
f89789b257
commit
86d86144ba
@ -67,8 +67,8 @@ namespace Aki.Custom.Patches
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine($"Error processing log: {ex.Message}");
|
||||
Console.WriteLine(ex.StackTrace);
|
||||
Logger.LogError($"Error processing log: {ex.Message}");
|
||||
Logger.LogError(ex.StackTrace);
|
||||
}
|
||||
|
||||
return true; // Do original
|
||||
|
Loading…
x
Reference in New Issue
Block a user