mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Hide progress bar on exit
This commit is contained in:
parent
12b7eefbc5
commit
a6c4fd044c
1 changed files with 2 additions and 0 deletions
|
@ -113,8 +113,10 @@ public:
|
|||
state->active = false;
|
||||
std::string status = getStatus(*state);
|
||||
writeToStderr("\r\e[K");
|
||||
/*
|
||||
if (status != "")
|
||||
writeToStderr("[" + status + "]\n");
|
||||
*/
|
||||
updateCV.notify_one();
|
||||
quitCV.notify_one();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue