Merge pull request #14 from tgpethan/nexe-package-fix2
Package fix again
This commit is contained in:
commit
9aba8a8583
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -13,7 +13,7 @@ const requiredModules = [
|
|||
];
|
||||
let config;
|
||||
if (fs.existsSync("./config/config.json")) {
|
||||
config = require("./config/config.json");
|
||||
config = JSON.parse(fs.readFileSync("./config/config.json"));
|
||||
} else {
|
||||
console.log("[Config] Config file doesn't exist! You probably haven't copied the example config in the config directory.");
|
||||
console.log("[Config] Exiting...");
|
||||
|
|
Loading…
Reference in a new issue