This commit is contained in:
JustArchi
2016-05-06 23:48:33 +02:00
parent 8447e07aa0
commit 38e2088d09

View File

@@ -41,6 +41,7 @@ namespace ArchiSteamFarm {
try {
File.Delete(Program.LogFile);
} catch (Exception e) {
LogToFile = false;
LogGenericException(e);
}
}