From f8ecaa5ad5ad80cef7557a38aee90f2f448dd8f9 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 20:46:52 +0000 Subject: [PATCH] Testing Commit Count --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e78dd4c..12d223b 100644 --- a/index.js +++ b/index.js @@ -226,6 +226,7 @@ function pageUpdate() { html = '\n' + html + console.log(commitCount(), commitCount('https://github.com/Violets-puragtory/Violets-Purgatory.dev'), commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory'), commitCount('.git')) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }