fix(core): update
This commit is contained in:
@@ -51,7 +51,7 @@ export class AppData {
|
||||
this.options.dirPath = nogitAppData;
|
||||
}
|
||||
}
|
||||
this.kvStore = new KeyValueStore('custom', 'appkv', this.options.dirPath);
|
||||
this.kvStore = new KeyValueStore('custom', 'appkv', this.options.dirPath, this.options.requiredKeys);
|
||||
this.readyDeferred.resolve();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user