Hide progress bar on exit
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user