diff --git a/update.js b/update.js index 9f03eeb..93e4908 100644 --- a/update.js +++ b/update.js @@ -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() {