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 95a3fd3 commit f6e3608Copy full SHA for f6e3608
Flow.Launcher.Infrastructure/Image/ImageLoader.cs
@@ -71,6 +71,10 @@ await _storage.SaveAsync(ImageCache.EnumerateEntries()
71
.Select(x => x.Key)
72
.ToList());
73
}
74
+ catch (System.Exception e)
75
+ {
76
+ Log.Exception($"|ImageLoader.SaveAsync|Failed to save image cache to file", e);
77
+ }
78
finally
79
{
80
storageLock.Release();
0 commit comments