1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

adding all the value names from env.values[0]

This commit is contained in:
Ben Burdette 2021-08-25 11:19:09 -06:00
parent bd3b5329f9
commit d8a977a22e
2 changed files with 12 additions and 14 deletions

View file

@ -103,7 +103,7 @@ extern std::function<void(const Error & error, const Env & env)> debuggerHook;
ref<EvalState> EvalCommand::getEvalState()
{
std::cout << " EvalCommand::getEvalState()" << startReplOnEvalErrors << std::endl;
std::cout << "EvalCommand::getEvalState()" << startReplOnEvalErrors << std::endl;
if (!evalState) {
evalState = std::make_shared<EvalState>(searchPath, getStore());
if (startReplOnEvalErrors)