diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-04-08 12:34:27 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-04-08 12:34:27 -0600 |
commit | b8b8ec710160cfd343a8fce33ec8734e23c98444 (patch) | |
tree | 0595e07240c1497e00b7e6c41c3852cf4524bfd4 /src/libexpr/eval.hh | |
parent | 1a93ac8133381eb692416c4e46b1706faa5cd89f (diff) |
move throw to preverve Error type; turn off debugger for tryEval
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 2ced5bea9..11f5707a4 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -119,7 +119,7 @@ public: bool debugStop; bool debugQuit; std::list<DebugTrace> debugTraces; - void debug_throw(Error e); + void debugLastTrace(Error & e); private: SrcToStore srcToStore; |