mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-18 18:51:20 +10:00
Converting to md5
This commit is contained in:
@ -39,6 +39,7 @@ test("numerous small file", async (t) => {
|
||||
];
|
||||
for (let index in checksums) {
|
||||
const entry = manifest[index.toString()];
|
||||
console.log(`Entry: ${entry}`);
|
||||
if (!entry) return t.fail(`manifest missing file ${index}`);
|
||||
|
||||
const checksum = entry.checksums[0];
|
||||
|
||||
Reference in New Issue
Block a user