Merge pull request #2746 from Flow-Launcher/suppress-image-cache-exception

Suppress Binary Storage Exception
This commit is contained in:
DB P 2024-05-31 05:10:50 +09:00 committed by GitHub
commit 6920f4d2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ namespace Flow.Launcher.Infrastructure.Storage
}
catch (System.Exception e)
{
Log.Exception($"|BinaryStorage.Deserialize|Deserialize error for file <{FilePath}>", e);
// Log.Exception($"|BinaryStorage.Deserialize|Deserialize error for file <{FilePath}>", e);
return defaultData;
}
}