diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-02-15 09:49:25 -0700 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-02-15 09:49:25 -0700 |
commit | c9bc3735f639a4d022ab071feb5dabd451a0d016 (patch) | |
tree | fe07df55b9a8c2d52c17b53338d43723fffadfaa /src/libexpr/eval.cc | |
parent | e761bf0601a56db26c31891a3433c1319814fffa (diff) |
quit repl from step mode
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r-- | src/libexpr/eval.cc | 1 |
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)) |