fix(core): update
This commit is contained in:
@@ -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
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user