fix(core): update

This commit is contained in:
2020-06-08 18:58:43 +00:00
parent 936a719682
commit 32ddc9cfed
8 changed files with 117 additions and 102 deletions

View File

@ -15,12 +15,7 @@ export class Qenv {
public qenvFilePathAbsolute: string;
public envFilePathAbsolute: string;
constructor(
qenvFileBasePathArg = process.cwd(),
envFileBasePathArg,
failOnMissing = true
) {
constructor(qenvFileBasePathArg = process.cwd(), envFileBasePathArg, failOnMissing = true) {
// lets make sure paths are absolute
this.qenvFilePathAbsolute = plugins.path.join(
plugins.path.resolve(qenvFileBasePathArg),