fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-29 14:19:15 +02:00
parent 00ec15ccf7
commit 697eb83390

View File

@ -48,6 +48,8 @@ export class Qenv {
if (failOnMissing) {
console.error('Exiting!');
process.exit(1);
} else {
console.log('qenv is not set to fail on missing environment variables');
}
}
}