1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

stopProgressBar() -> logger->stop()

This commit is contained in:
Eelco Dolstra 2025-02-18 15:07:25 +01:00
parent 258b5ef80b
commit 1aee6cf974
14 changed files with 16 additions and 36 deletions

View file

@ -361,7 +361,7 @@ RunPager::RunPager()
if (!pager) pager = getenv("PAGER");
if (pager && ((std::string) pager == "" || (std::string) pager == "cat")) return;
stopProgressBar();
logger->stop();
Pipe toPager;
toPager.create();