Doh
This commit is contained in:
parent
2f0122b23c
commit
2097983218
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ void startProgressBar(bool printBuildLogs)
|
|||
{
|
||||
logger = new ProgressBar(
|
||||
printBuildLogs,
|
||||
isatty(STDERR_FILENO) && getEnv("TERM").value_or("dumb") != "dumb");
|
||||
isatty(STDERR_FILENO) && getEnv("TERM", "dumb") != "dumb");
|
||||
}
|
||||
|
||||
void stopProgressBar()
|
||||
|
|
Loading…
Reference in a new issue