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(
|
logger = new ProgressBar(
|
||||||
printBuildLogs,
|
printBuildLogs,
|
||||||
isatty(STDERR_FILENO) && getEnv("TERM").value_or("dumb") != "dumb");
|
isatty(STDERR_FILENO) && getEnv("TERM", "dumb") != "dumb");
|
||||||
}
|
}
|
||||||
|
|
||||||
void stopProgressBar()
|
void stopProgressBar()
|
||||||
|
|
Loading…
Reference in a new issue