We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf10e9 commit d2ed4a9Copy full SHA for d2ed4a9
app/AppConfig.cs
@@ -52,6 +52,8 @@ static AppConfig()
52
catch (Exception exb)
53
{
54
Logger.WriteLine($"Broken backup config: {exb.Message} {text}");
55
+ File.Copy(configFile, configFile + ".old", true);
56
+ File.Copy(configFile + ".bak", configFile + ".bak.old", true);
57
Init();
58
}
59
0 commit comments