mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 04:26:01 +01: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