Skip to content

Commit 62a5dd7

Browse files
committed
Delete temporary files
1 parent 4c712f6 commit 62a5dd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ private void LoadFaviconsFromDb(string dbPath, List<Bookmark> bookmarks)
136136
Main._context.API.LogException(ClassName, $"Failed to copy favicon DB: {dbPath}", ex);
137137
return;
138138
}
139+
finally
140+
{
141+
File.Delete(tempDbPath);
142+
}
139143

140144
try
141145
{

0 commit comments

Comments
 (0)