mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
New forum content.json init changed to {}, process priority auto set to 10
This commit is contained in:
parent
7571ffe271
commit
8d3c0d7592
3 changed files with 10 additions and 1 deletions
|
@ -94,7 +94,7 @@ function getForumData(
|
|||
}
|
||||
|
||||
if (!utils.FileExists(contentFilePath)) {
|
||||
utils.WriteFile('[]', contentFilePath)
|
||||
utils.WriteFile('{}', contentFilePath)
|
||||
}
|
||||
const contents = utils.ReadJSON(contentFilePath)
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue