Naming changes and additional check

This commit is contained in:
awsr
2025-11-28 13:21:24 -08:00
parent 8bf7fb50ed
commit 9ceed935ce
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ async function idbCount(folder = null) {
* @global
* @param {Set<string>} keepSet - Set containing the hashes of the current files in the folder.
* @param {string} folder - Folder name/path.
* @param {updateMsgCallback} msgCallback - Callback for updating the overlay message progress.
* @param {UpdateMsgCallback} msgCallback - Callback for updating the overlay message progress.
*/
async function idbFolderCleanup(keepSet, folder, msgCallback) {
if (!db) return null;