mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
for primops, enter the debugger at the last DebugTrace in the stack
This commit is contained in:
parent
3ff5ac3586
commit
4cffb130e3
4 changed files with 99 additions and 85 deletions
|
@ -305,7 +305,7 @@ void ExprVar::bindVars(const std::shared_ptr<const StaticEnv> &env)
|
|||
if (withLevel == -1)
|
||||
{
|
||||
throw UndefinedVarError({
|
||||
.msg = hintfmt("undefined variable (ExprVar bindvars) '%1%'", name),
|
||||
.msg = hintfmt("undefined variable '%1%'", name),
|
||||
.errPos = pos
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue