mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Merge pull request #7358 from ncfavier/repl-exit-newline
repl: print a newline on ctrl-D
This commit is contained in:
commit
af8a32143b
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ void NixRepl::mainLoop()
|
|||
// ctrl-D should exit the debugger.
|
||||
state->debugStop = false;
|
||||
state->debugQuit = true;
|
||||
logger->cout("");
|
||||
break;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue