aboutsummaryrefslogtreecommitdiff
path: root/update.js
diff options
context:
space:
mode:
authorJoel Kronqvist <joelkronqvist@proton.me>2023-06-21 16:47:34 +0000
committerJoel Kronqvist <joelkronqvist@proton.me>2023-06-21 16:47:34 +0000
commite4bd0977da3621a8d3f82cab949a6734b169b71e (patch)
tree92f8079047b5d6bc951cb1eee02c3d2ceca339f3 /update.js
parentc6eb85c138c267db08103de28a3a7c6dffee6c4f (diff)
downloadLYLLRuoka-e4bd0977da3621a8d3f82cab949a6734b169b71e.tar.gz
LYLLRuoka-e4bd0977da3621a8d3f82cab949a6734b169b71e.zip
Exception updation & minor polishing (but it's still WIP)
Diffstat (limited to 'update.js')
-rw-r--r--update.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/update.js b/update.js
index be7794c..919fede 100644
--- a/update.js
+++ b/update.js
@@ -1,6 +1,7 @@
-const openFile = require("./Functions/open.js").file;
-const parseClasses = require("./parseClasses.js").classes;
-const parse = require("./dbparse.js");
+const openFile = require("./Functions/open.js").file;
+const parseClasses = require("./parseClasses.js").classes;
+const parse = require("./dbparse.js");
+const updateExceptions = require('./parseExceptions.js').updateExceptions;
// Run this if you want to build the database from text files
async function buildDB(dbconnection, shiftPath, classPath, exceptionPath) {