mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix build breaking
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
internal static void Exit(byte exitCode = 0) {
|
||||
if (exitCode != 0) {
|
||||
ArchiLogger.LogGenericError(Strings.ErrorNonZeroErrorCode);
|
||||
ArchiLogger.LogGenericError(Strings.ErrorExitingWithNonZeroErrorCode);
|
||||
}
|
||||
|
||||
Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user