Hide progress bar on exit

This commit is contained in:
Eelco Dolstra 2020-04-17 01:13:13 +02:00
parent 12b7eefbc5
commit a6c4fd044c

View file

@ -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();
}