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.
2 parents 8527035 + 90fb205 commit 6920f4dCopy full SHA for 6920f4d
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