mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
line endings
This commit is contained in:
parent
ca6cba8b81
commit
172a83d22a
4 changed files with 14 additions and 14 deletions
|
@ -125,7 +125,7 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
std::unique_ptr<DebugTraceStacker>(
|
||||
new DebugTraceStacker(
|
||||
*evalState,
|
||||
DebugTrace
|
||||
DebugTrace
|
||||
{.pos = (error->info().errPos ? *error->info().errPos : evalState->positions[expr.getPos()]),
|
||||
.expr = expr,
|
||||
.env = env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue