fix(core): update
This commit is contained in:
@@ -3,7 +3,7 @@ import * as paths from './npmextra.paths.js';
|
||||
import { KeyValueStore } from './npmextra.classes.keyvaluestore.js';
|
||||
|
||||
export class AppData {
|
||||
public static async createAndInit(pathArg: string) {
|
||||
public static async createAndInit(pathArg?: string) {
|
||||
const appData = new AppData(pathArg);
|
||||
await appData.init();
|
||||
return appData;
|
||||
|
Reference in New Issue
Block a user