mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -303,6 +303,10 @@ namespace ArchiSteamFarm.NLog {
|
||||
} finally {
|
||||
ConsoleSemaphore.Release();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
ASF.ArchiLogger.LogGenericException(e);
|
||||
|
||||
return;
|
||||
} finally {
|
||||
await Task.Delay(ConsoleResponsivenessDelay).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user