Add total count

This commit is contained in:
Obelous 2025-06-24 18:59:03 +01:00
parent 70b749cc80
commit 1bfe29d282

View file

@ -46,6 +46,7 @@ async function writeManifest(dataToWrite){
} catch (err) {
console.error('Error writing manifest file:', err);
}
console.log(`\nSuccessfully created manifest.json with ${dataToWrite.length} total plugins`);
}
async function main() {