forked from lix-project/lix
Hide progress bar on exit
This commit is contained in:
parent
12b7eefbc5
commit
a6c4fd044c
|
@ -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…
Reference in a new issue