Package fix again #14

Merged
tgpholly merged 1 commits from nexe-package-fix2 into master 2020-01-04 05:14:25 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const requiredModules = [
]; ];
let config; let config;
if (fs.existsSync("./config/config.json")) { if (fs.existsSync("./config/config.json")) {
config = require("./config/config.json"); config = JSON.parse(fs.readFileSync("./config/config.json"));
} else { } else {
console.log("[Config] Config file doesn't exist! You probably haven't copied the example config in the config directory."); console.log("[Config] Config file doesn't exist! You probably haven't copied the example config in the config directory.");
console.log("[Config] Exiting..."); console.log("[Config] Exiting...");