Improve logs in the compendia helpers

This commit is contained in:
Oliver-Akins 2025-05-30 23:59:14 -06:00
parent 777ea69b66
commit 7b41343778
2 changed files with 4 additions and 4 deletions

View file

@ -25,10 +25,10 @@ export async function buildCompendia() {
join(process.cwd(), compendium.path),
{ recursive: true },
);
console.debug(`Finished packing ${compendium.name}`);
console.debug(`Finished packing compendium: ${compendium.name}`);
};
console.log(`Finished packing compendia`)
console.log(`Finished packing all compendia`)
};
if (import.meta.url === pathToFileURL(process.argv[1]).href) {