aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-05-20 10:33:50 -0600
committerBen Burdette <bburdette@protonmail.com>2022-05-20 10:33:50 -0600
commit884d59178735bcb5d5db7db97a05ad62a175493b (patch)
tree9dd9356cca8f7fc882bb8962ab3a0f156ea3488a /src/libexpr/primops.cc
parent0600df86b8bc59633457f7ceb79e84c8ea3fed17 (diff)
debugRepl ftn pointer
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index f7429197a..3ca377b7c 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -765,7 +765,7 @@ static RegisterPrimOp primop_break({
});
auto & dt = state.debugTraces.front();
- state.debugRepl(&error, dt.env, dt.expr);
+ state.runDebugRepl(&error, dt.env, dt.expr);
if (state.debugQuit) {
// If the user elects to quit the repl, throw an exception.