improve log output
This commit is contained in:
Vendored
+1
-1
@@ -2,5 +2,5 @@ export declare class Qenv {
|
||||
requiredEnvVars: string[];
|
||||
availableEnvVars: string[];
|
||||
missingEnvVars: string[];
|
||||
constructor(basePathArg: string, envYmlPathArg: any);
|
||||
constructor(basePathArg: string, envYmlPathArg: any, failOnMissing?: boolean);
|
||||
}
|
||||
|
||||
Vendored
+12
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user