From 1bfe29d2824500800cb0959d07331d3ddec6a2f1 Mon Sep 17 00:00:00 2001 From: Obelous <47227283+0belous@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:59:03 +0100 Subject: [PATCH] Add total count --- update.js | 1 + 1 file changed, 1 insertion(+) 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() {