Skip to content

Commit 0736504

Browse files
authored
Merge pull request #554 from fendor/fix/no-colour-ghcup
No colour output for GHCup
2 parents 334f400 + 6aa9925 commit 0736504

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)