diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-06 08:47:21 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-06 08:47:21 -0600 |
commit | 2c9fafdc9e43f6da39c289888dedbbbf0ea0b208 (patch) | |
tree | 8756b9a7c6be51c139ee54c7bbd552a2b3aba878 /src/libexpr/parser.y | |
parent | 99d69ac23faf06598ca0aabd61d22a575db848df (diff) |
trying debugThrow
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); } |