mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-20 03:31:18 -03:00
Add total count
This commit is contained in:
parent
70b749cc80
commit
1bfe29d282
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue