mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Final code review for today
This commit is contained in:
@@ -117,6 +117,7 @@ namespace ArchiSteamFarm {
|
||||
Logger.Error(exception, $"{botName}|{previousMethodName}()");
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "LocalizableElement")]
|
||||
internal static void LogFatalException(Exception exception, string botName = SharedInfo.ASF, [CallerMemberName] string previousMethodName = null) {
|
||||
if (exception == null) {
|
||||
LogNullError(nameof(exception), botName);
|
||||
|
||||
Reference in New Issue
Block a user