aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-03-25 18:15:31 -0600
committerBen Burdette <bburdette@protonmail.com>2022-03-25 18:15:31 -0600
commit1bec3fb337b86f87e7600fc6b6072ded1a7d4927 (patch)
treef86e98235d601ee30b6cd80656f35b56681d4898 /src/libexpr/eval.cc
parent88a54108ebcdbeb1432d9afe5363557c25f94cfa (diff)
add DebugTrace for error
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r--src/libexpr/eval.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 6758677ca..f162f3e0b 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -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
}));
}