fix(core): update

This commit is contained in:
2021-09-30 11:14:43 +02:00
parent f930f3a6a7
commit 08ead4258f
7 changed files with 27178 additions and 1271 deletions

View File

@@ -6,7 +6,7 @@ export interface IConfig {
command: string;
dockerSock: boolean;
exitCode?: number;
keyValueObject: any[];
keyValueObject: {[key: string]: any};
}
const getQenvKeyValueObject = async () => {