aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-02-15 09:49:25 -0700
committerBen Burdette <bburdette@protonmail.com>2022-02-15 09:49:25 -0700
commitc9bc3735f639a4d022ab071feb5dabd451a0d016 (patch)
treefe07df55b9a8c2d52c17b53338d43723fffadfaa /src/libexpr/eval.cc
parente761bf0601a56db26c31891a3433c1319814fffa (diff)
quit repl from step mode
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r--src/libexpr/eval.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 71a28bafa..3a835adb3 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -438,6 +438,7 @@ EvalState::EvalState(
, store(store)
, buildStore(buildStore ? buildStore : store)
, debugStop(false)
+ , debugQuit(false)
, regexCache(makeRegexCache())
#if HAVE_BOEHMGC
, valueAllocCache(std::allocate_shared<void *>(traceable_allocator<void *>(), nullptr))