count.current
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-20 07:36:05 +02:00
parent 339ab9c192
commit 67f43482fe

View File

@ -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 {