fix(core): update

This commit is contained in:
2023-08-24 12:06:46 +02:00
parent 7f0985f24d
commit 677aa4f0ea
5 changed files with 45 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ export class KeyValueStore {
}
this.deletedObject = {};
await plugins.smartfile.memory.toFs(
plugins.smartjson.stringify(this.dataObject),
plugins.smartjson.stringifyPretty(this.dataObject),
this.filePath
);
},