Skip to content

Commit

Permalink
log detail checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Mar 24, 2024
1 parent 2fb37d2 commit 6f95b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checksum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ while (match = iter.next(), match.value) { // eslint-disable-line no-sequences
const path = match.value[2]
const actual = md5sum(path)
if (expected !== actual) {
console.error(`Checksum mismatch for ${path}`)
console.error(`Checksum mismatch for ${path}, expected ${expected}, got ${actual}`)
exit(1)
}
}

0 comments on commit 6f95b1f

Please sign in to comment.