1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-25 22:32:52 +02:00

fixing taskQue

This commit is contained in:
Patrik J. Braun
2018-12-22 00:09:07 +01:00
parent bda5fef910
commit a7be82a59a
7 changed files with 67 additions and 18 deletions

View File

@@ -72,7 +72,6 @@ export class DiskMangerWorker {
if (err) {
return reject(err);
}
try {
for (let i = 0; i < list.length; i++) {
const file = list[i];