newline before env

This commit is contained in:
Ben Burdette 2022-04-07 11:17:57 -06:00
parent f37562187f
commit d29af88d58

View file

@ -535,6 +535,7 @@ bool NixRepl::processLine(string line)
{
std::cout << "\n" << ANSI_BLUE << idx << ANSI_NORMAL << ": ";
showDebugTrace(std::cout, *iter);
std::cout << std::endl;
printEnvBindings(iter->expr, iter->env);
loadDebugTraceEnv(*iter);
break;