Skip to content

Commit

Permalink
checksum?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Jan 24, 2024
1 parent b59f66d commit bb4ba47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/init/DocumentDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ class ManifestDocumentDatabase {
if (!this.zip) {
console.log('looking for assets from file');
const assets = JSON.parse(fs.readFileSync('snooty-assets.json'));
console.log('DOCUMENTS found in snooty-assets.json', Object.keys(assets).length);
console.log('DOCUMENTS found in snooty-assets.json', Object.keys(assets));
console.log('checksum ', checksum);
const asset = assets[checksum];
console.log('is this asset around? ', asset);
return asset;
Expand Down

0 comments on commit bb4ba47

Please sign in to comment.