« get me outta code hell

Embarrassing..... - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-05-12 19:03:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-12 19:03:20 -0300
commitf48e0b99c7249682b328194fc70e5a4e3f11d2e1 (patch)
tree75d2524820d44793d004d0ca9d48f11fa9ec273b
parentfca61e36a67ef3d6578c9bb5c5f121e9b8ed8987 (diff)
Embarrassing.....
-rw-r--r--src/repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.js b/src/repl.js
index aea66e3..05dbf11 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -83,7 +83,7 @@ async function main() {
         filterReferenceErrors(wikiData).close();
         console.log('No reference errors found. (complete data)');
     } catch (error) {
-        niceShowAggegate(error);
+        niceShowAggregate(error);
         console.log('Duplicate directories found. (partial data)');
     }