Skip to content

Commit 08845f7

Browse files
authored
Merge branch 'master' into polish/release-2.0.0-preparations
2 parents 53761c4 + ebb343f commit 08845f7

File tree

3 files changed

+2711
-2661
lines changed

3 files changed

+2711
-2661
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)