repl: print a newline on ctrl-D
This commit is contained in:
parent
cc308ee93d
commit
04ec157517
|
@ -270,6 +270,7 @@ void NixRepl::mainLoop()
|
|||
// ctrl-D should exit the debugger.
|
||||
state->debugStop = false;
|
||||
state->debugQuit = true;
|
||||
std::cout << std::endl;
|
||||
break;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue