From 67f43482fe0554324000804b14fb2b63ae4d70c9 Mon Sep 17 00:00:00 2001 From: ale Date: Sun, 20 Oct 2024 07:36:05 +0200 Subject: [PATCH] count.current --- lib/taskdeletedup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/taskdeletedup.js b/lib/taskdeletedup.js index 9162f4d..153cf90 100644 --- a/lib/taskdeletedup.js +++ b/lib/taskdeletedup.js @@ -54,7 +54,7 @@ module.exports = client => { } }) pipeline.on('end', async () => { - count.total += size + count.total += count.current if (count.current === size) { await searchDup(count, lastsort, last) } else {