Skip to content

Commit 6d5b95c

Browse files
committed
Improve code comments
1 parent b68b299 commit 6d5b95c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ protected List<Bookmark> GetBookmarksFromPath(string placesPath)
8888
}
8989
}
9090

91+
// Close the connection so that we can delete the temporary file
9192
// https://github.com/dotnet/efcore/issues/26580
9293
SqliteConnection.ClearPool(dbConnection);
9394
dbConnection.Close();

0 commit comments

Comments
 (0)