Skip to content

Commit

Permalink
not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Feb 20, 2025
1 parent b50a787 commit c38e54d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/workers/image.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ const imageWorker = {

const checksum = shaObj.digest()
if (checksum !== expectedChecksum) {
try {
await root.removeEntry(fileName)
} catch {
// ignored
}
throw `Checksum mismatch: got ${checksum}, expected ${expectedChecksum}`
}
},
Expand Down

0 comments on commit c38e54d

Please sign in to comment.