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 8527035 commit 90fb205Copy full SHA for 90fb205
Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs
@@ -67,7 +67,7 @@ private async ValueTask<T> DeserializeAsync(Stream stream, T defaultData)
67
}
68
catch (System.Exception e)
69
{
70
- Log.Exception($"|BinaryStorage.Deserialize|Deserialize error for file <{FilePath}>", e);
+ // Log.Exception($"|BinaryStorage.Deserialize|Deserialize error for file <{FilePath}>", e);
71
return defaultData;
72
73
0 commit comments