mirror of
https://github.com/NixOS/nix.git
synced 2025-02-20 10:53:23 +00:00
use logger->cout
in order to avoid potential problems with the progress bar Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
04ec157517
commit
9b35cc716b
@ -270,7 +270,7 @@ void NixRepl::mainLoop()
|
||||
// ctrl-D should exit the debugger.
|
||||
state->debugStop = false;
|
||||
state->debugQuit = true;
|
||||
std::cout << std::endl;
|
||||
logger->cout("");
|
||||
break;
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user