Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
share121 committed Feb 7, 2025
1 parent 6d69616 commit d4077b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workerpool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export function downloadChunk({
};
const errorHandel = (err: ErrorEvent) => {
console.log(err);
f;
if (workerData.retryCount >= maxRetries) {
for (let i = 0; i < workerPool.length; i++) {
if (i in workerPool) workerPool[i].worker.terminate();
Expand Down

0 comments on commit d4077b2

Please sign in to comment.