Skip to content

Commit 8412b46

Browse files
authored
Merge branch 'master' into fix/npm-security-fix-22/03/24
2 parents 31a1d84 + 0736504 commit 8412b46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hlsBinaries.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,10 @@ async function callGHCup(
345345
undefined,
346346
title,
347347
cancellable,
348-
undefined,
348+
{
349+
// omit colourful output because the logs are uglier
350+
NO_COLOR: '1',
351+
},
349352
callback
350353
);
351354
} else {

0 commit comments

Comments
 (0)