bla
This commit is contained in:
parent
cf68b137da
commit
311c25f2c9
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
@ -703,6 +703,9 @@ function initFs() {
|
|||
if (!fs.existsSync(goldenUsersPath)) {
|
||||
fs.writeFileSync(goldenUsersPath, "{}");
|
||||
}
|
||||
if (!fs.existsSync("static/images")){
|
||||
fs.mkdirSync("static/images");
|
||||
}
|
||||
}
|
||||
|
||||
function makeid(length) {
|
||||
|
|
Loading…
Reference in a new issue