mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +02:00
nix repl: Remove unnecessary call to evalString
This crashes with the multithreaded evaluator, which checks against attempts to finish an already finished value.
This commit is contained in:
parent
c274e005b6
commit
2141a52ca3
1 changed files with 0 additions and 3 deletions
|
@ -644,9 +644,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
|
|||
fallbackPos = attr->pos;
|
||||
fallbackDoc = state->getDocCommentForPos(fallbackPos);
|
||||
}
|
||||
|
||||
} else {
|
||||
evalString(arg, v);
|
||||
}
|
||||
|
||||
evalString(arg, v);
|
||||
|
|
Loading…
Add table
Reference in a new issue