fix(core): update
This commit is contained in:
parent
a40b6adeef
commit
ee6f5e63ee
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/npmextra',
|
name: '@push.rocks/npmextra',
|
||||||
version: '5.0.7',
|
version: '5.0.8',
|
||||||
description: 'do more with npm'
|
description: 'do more with npm'
|
||||||
}
|
}
|
||||||
|
@ -131,6 +131,7 @@ export class AppData<T = any> {
|
|||||||
} else {
|
} else {
|
||||||
console.log('All mandatory keys are present in the appdata');
|
console.log('All mandatory keys are present in the appdata');
|
||||||
}
|
}
|
||||||
|
return missingMandatoryKeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async waitForAndGetKey(keyArg: string) {
|
public async waitForAndGetKey(keyArg: string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user