mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
add DebugTrace for error
This commit is contained in:
parent
88a54108eb
commit
1bec3fb337
4 changed files with 58 additions and 40 deletions
|
@ -983,7 +983,8 @@ LocalNoInline(std::unique_ptr<DebugTraceStacker>
|
|||
{.pos = pos,
|
||||
.expr = expr,
|
||||
.env = env,
|
||||
.hint = hintfmt(s, s2)
|
||||
.hint = hintfmt(s, s2),
|
||||
.is_error = false
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue