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;
|
state->active = false;
|
||||||
std::string status = getStatus(*state);
|
std::string status = getStatus(*state);
|
||||||
writeToStderr("\r\e[K");
|
writeToStderr("\r\e[K");
|
||||||
|
/*
|
||||||
if (status != "")
|
if (status != "")
|
||||||
writeToStderr("[" + status + "]\n");
|
writeToStderr("[" + status + "]\n");
|
||||||
|
*/
|
||||||
updateCV.notify_one();
|
updateCV.notify_one();
|
||||||
quitCV.notify_one();
|
quitCV.notify_one();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue