mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
show expr on error
This commit is contained in:
parent
427fb8d158
commit
383ab600ee
1 changed files with 4 additions and 0 deletions
|
|
@ -110,6 +110,10 @@ ref<EvalState> EvalCommand::getEvalState()
|
||||||
|
|
||||||
printStaticEnvBindings(expr);
|
printStaticEnvBindings(expr);
|
||||||
|
|
||||||
|
std::cout << "expr: " << std::endl;
|
||||||
|
expr.show(std::cout);
|
||||||
|
std::cout << std::endl;
|
||||||
|
|
||||||
// printEnvPosChain(env);
|
// printEnvPosChain(env);
|
||||||
// printEnvBindings(env);
|
// printEnvBindings(env);
|
||||||
if (expr.staticenv)
|
if (expr.staticenv)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue