fix(core): update
This commit is contained in:
parent
9fca2c3aa4
commit
12b1672e58
@ -53,6 +53,10 @@ export class Smartfile extends plugins.smartjson.Smartjson {
|
||||
return smartfile;
|
||||
}
|
||||
|
||||
public static async fromFoldedJson(foldedJsonArg: string) {
|
||||
return new Smartfile(plugins.smartjson.parse(foldedJsonArg));
|
||||
}
|
||||
|
||||
// ========
|
||||
// INSTANCE
|
||||
// ========
|
||||
|
Loading…
Reference in New Issue
Block a user