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 2b08ad6 commit 0c162b1Copy full SHA for 0c162b1
Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs
@@ -166,11 +166,11 @@ ORDER BY i.width DESC -- Select largest icon available
166
{
167
Log.Exception($"Failed to extract Firefox favicon: {bookmark.Url}", ex);
168
}
169
-
170
- // https://github.com/dotnet/efcore/issues/26580
171
- SqliteConnection.ClearPool(connection);
172
173
+ // https://github.com/dotnet/efcore/issues/26580
+ SqliteConnection.ClearPool(connection);
+
174
// Delete temporary file
175
try
176
0 commit comments