Merge pull request #7358 from ncfavier/repl-exit-newline

repl: print a newline on ctrl-D
This commit is contained in:
Eelco Dolstra
2022-11-29 11:31:43 +01:00
committed by GitHub
+1
View File
@@ -270,6 +270,7 @@ void NixRepl::mainLoop()
// ctrl-D should exit the debugger.
state->debugStop = false;
state->debugQuit = true;
logger->cout("");
break;
}
try {