Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
155cd8bd6a | |||
5eebd0fd02 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/npmextra",
|
||||
"version": "5.0.11",
|
||||
"version": "5.0.12",
|
||||
"private": false,
|
||||
"description": "do more with npm",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/npmextra',
|
||||
version: '5.0.11',
|
||||
version: '5.0.12',
|
||||
description: 'do more with npm'
|
||||
}
|
||||
|
@ -128,7 +128,7 @@ export class AppData<T = any> {
|
||||
|
||||
public async logMissingKeys() {
|
||||
const kvStore = await this.getKvStore();
|
||||
const missingMandatoryKeys = kvStore.getMissingMandatoryKeys();
|
||||
const missingMandatoryKeys = await kvStore.getMissingMandatoryKeys();
|
||||
if (missingMandatoryKeys.length > 0) {
|
||||
console.log(
|
||||
`The following mandatory keys are missing in the appdata:\n -> ${missingMandatoryKeys.join(
|
||||
|
Reference in New Issue
Block a user