nix run: Flush the progress bar before starting the command

This commit is contained in:
Eelco Dolstra 2017-08-29 15:13:30 +02:00
parent 05d68a6e23
commit c8235c5313
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 28 additions and 19 deletions

View file

@ -4,12 +4,8 @@
namespace nix {
class StartProgressBar
{
Logger * prev = 0;
public:
StartProgressBar();
~StartProgressBar();
};
void startProgressBar();
void stopProgressBar();
}