mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2746 from Flow-Launcher/suppress-image-cache-exception
Suppress Binary Storage Exception
This commit is contained in:
commit
6920f4d2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue