fix: fix bug with SVR.JS configuration not loading
This commit is contained in:
parent
fc1c21f2e3
commit
67de056a7c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -10,7 +10,7 @@ var isPrepared = false;
|
|||
var configJSON = {};
|
||||
|
||||
try {
|
||||
configJSON = JSON.parse(fs.readFileSync(__dirname + "/../../config.json"));
|
||||
configJSON = JSON.parse(fs.readFileSync(__dirname + "/../../../config.json"));
|
||||
} catch (err) {
|
||||
// Ignore the error
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue