diff options
Diffstat (limited to 'src/libexpr/parser.y')
-rw-r--r-- | src/libexpr/parser.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y index 8edafdd57..b960cd8df 100644 --- a/src/libexpr/parser.y +++ b/src/libexpr/parser.y @@ -789,8 +789,7 @@ Path EvalState::findFile(SearchPath & searchPath, const std::string_view path, c path), .errPos = positions[pos] }); - debugLastTrace(e); - throw e; + debugThrowLastTrace(e); } |