This commit is contained in:
JustArchi
2019-02-23 04:56:14 +01:00
parent 71a9f06e55
commit cd1a9d50de

View File

@@ -198,7 +198,7 @@ namespace ArchiSteamFarm.NLog {
return;
}
Utilities.InBackground(HandleConsoleInteractively);
Utilities.InBackground(HandleConsoleInteractively, true);
ASF.ArchiLogger.LogGenericInfo(Strings.InteractiveConsoleEnabled);
}