We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8ad49 commit f517343Copy full SHA for f517343
Flow.Launcher.Infrastructure/Storage/JsonStorage.cs
@@ -69,7 +69,7 @@ private T LoadDefault()
69
var data = JsonSerializer.Deserialize<T>(File.ReadAllText(BackupFilePath));
70
if (data != null)
71
{
72
- Log.Info($"|JsonStorage.Load|Load backup file {BackupFilePath} successfully");
+ Log.Info($"|JsonStorage.Load|Failed to load settings.json, {BackupFilePath} restored successfully");
73
File.Replace(BackupFilePath, FilePath, null);
74
return data;
75
}
0 commit comments