Skip to content

Commit 0c162b1

Browse files
committed
Fix call position
1 parent 2b08ad6 commit 0c162b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ ORDER BY i.width DESC -- Select largest icon available
166166
{
167167
Log.Exception($"Failed to extract Firefox favicon: {bookmark.Url}", ex);
168168
}
169-
170-
// https://github.com/dotnet/efcore/issues/26580
171-
SqliteConnection.ClearPool(connection);
172169
}
173170

171+
// https://github.com/dotnet/efcore/issues/26580
172+
SqliteConnection.ClearPool(connection);
173+
174174
// Delete temporary file
175175
try
176176
{

0 commit comments

Comments
 (0)