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 b68b299 commit 6d5b95cCopy full SHA for 6d5b95c
Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs
@@ -88,6 +88,7 @@ protected List<Bookmark> GetBookmarksFromPath(string placesPath)
88
}
89
90
91
+ // Close the connection so that we can delete the temporary file
92
// https://github.com/dotnet/efcore/issues/26580
93
SqliteConnection.ClearPool(dbConnection);
94
dbConnection.Close();
0 commit comments