aboutsummaryrefslogtreecommitdiff
path: root/lolisafe.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-10-04 00:59:18 -0300
committerPitu <[email protected]>2017-10-04 00:59:18 -0300
commit8d8dbc70784b8879979d7214c13f5081fc1c95b0 (patch)
tree7a6204f8e2176dfabda1889685f7f1643e56ad33 /lolisafe.js
parentReturn 404 for deleted albums (diff)
downloadhost.fuwn.me-8d8dbc70784b8879979d7214c13f5081fc1c95b0.tar.xz
host.fuwn.me-8d8dbc70784b8879979d7214c13f5081fc1c95b0.zip
Missing semicolon
Diffstat (limited to 'lolisafe.js')
-rw-r--r--lolisafe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lolisafe.js b/lolisafe.js
index 61a95ec..cd22a29 100644
--- a/lolisafe.js
+++ b/lolisafe.js
@@ -10,7 +10,7 @@ const fs = require('fs');
const exphbs = require('express-handlebars');
const safe = express();
-require('./database/db.js')(db)
+require('./database/db.js')(db);
fs.existsSync('./pages/custom' ) || fs.mkdirSync('./pages/custom');
fs.existsSync('./' + config.logsFolder) || fs.mkdirSync('./' + config.logsFolder);