mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
stopProgressBar() -> logger->stop()
This commit is contained in:
parent
258b5ef80b
commit
1aee6cf974
14 changed files with 16 additions and 36 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue