Merge pull request #2 from plane000/dev

Merge stable branch dev to master
This commit is contained in:
Benjamin Kyd
2018-10-22 14:57:55 +01:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ async function init() {
Logger.init();
Logger.SetLevel(Logger.VERBOSE_LOGS);
let config = new Config();
const config = new Config();
config.load();
await Database.init();