Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Jun 18, 2024
1 parent e23b5c8 commit 36d448a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export async function parseChecksum(
const [hash, filename] = line.split(" ");
return [filename, hash];
});
console.log(entries);
return new Map(entries);
}

Expand Down

0 comments on commit 36d448a

Please sign in to comment.