This commit is contained in:
Benjamin Pasero
2018-07-17 12:14:06 +02:00
parent 379f557022
commit 18b5d32140

View File

@@ -318,7 +318,7 @@ export async function main(argv: string[]): Promise<any> {
env
};
if (typeof args['upload-logs'] !== undefined) {
if (typeof args['upload-logs'] !== 'undefined') {
options['stdio'] = ['pipe', 'pipe', 'pipe'];
} else if (!verbose) {
options['stdio'] = 'ignore';