bla
This commit is contained in:
parent
2c98addf50
commit
3c902a9516
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -794,7 +794,7 @@ function initFs() {
|
|||
fs.writeFileSync(goldenUsersPath, "{}");
|
||||
}
|
||||
if (!fs.existsSync(servicePath)) {
|
||||
fs.writeFileSync(servicePath, "{state: 'closed'}");
|
||||
fs.writeFileSync(servicePath, JSON.stringify({state: 'closed'}));
|
||||
}
|
||||
if (!fs.existsSync("static/images")){
|
||||
fs.mkdirSync("static/images");
|
||||
|
|
Loading…
Reference in a new issue