Delete temporary files

This commit is contained in:
Jack251970 2025-04-09 17:24:40 +08:00
parent 4c712f6fcc
commit 62a5dd784d

View file

@ -136,6 +136,10 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
Main._context.API.LogException(ClassName, $"Failed to copy favicon DB: {dbPath}", ex);
return;
}
finally
{
File.Delete(tempDbPath);
}
try
{