diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index d61ee7e80..7b74d99b1 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -63,6 +63,8 @@ void Bindings::sort() static void printValue(std::ostream & str, std::set & active, const Value & v) { + checkInterrupt(); + if (active.find(&v) != active.end()) { str << ""; return;