Merge pull request #7358 from ncfavier/repl-exit-newline
repl: print a newline on ctrl-D
This commit is contained in:
@@ -270,6 +270,7 @@ void NixRepl::mainLoop()
|
||||
// ctrl-D should exit the debugger.
|
||||
state->debugStop = false;
|
||||
state->debugQuit = true;
|
||||
logger->cout("");
|
||||
break;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user