mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
add env to DebugTrace
This commit is contained in:
parent
84aeb74377
commit
c51b527c28
3 changed files with 12 additions and 4 deletions
|
@ -927,6 +927,7 @@ void runRepl(
|
|||
DebugTrace
|
||||
{.pos = debugError->info().errPos,
|
||||
.expr = expr,
|
||||
.env = *repl->env,
|
||||
.hint = debugError->info().msg
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue