mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ void NixRepl::mainLoop()
|
||||||
// ctrl-D should exit the debugger.
|
// ctrl-D should exit the debugger.
|
||||||
state->debugStop = false;
|
state->debugStop = false;
|
||||||
state->debugQuit = true;
|
state->debugQuit = true;
|
||||||
std::cout << std::endl;
|
logger->cout("");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue