forked from lix-project/lix
newline before env
This commit is contained in:
parent
f37562187f
commit
d29af88d58
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue