fix(core): update
This commit is contained in:
parent
05909f776e
commit
d952a761b2
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/npmextra',
|
||||
version: '4.0.8',
|
||||
version: '4.0.9',
|
||||
description: 'do more with npm'
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user