File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -843,9 +843,6 @@ StepResult ConjunctionStep::resume(bool prevFailed) {
843843 // attempted to apply information gained from the
844844 // isolated constraint to the outer context.
845845 if (Snapshot && Snapshot->isScoped ()) {
846- if (CS.isDebugMode ())
847- getDebugLogger () << " )\n " ;
848-
849846 return done (/* isSuccess=*/ !prevFailed);
850847 }
851848
Original file line number Diff line number Diff line change @@ -973,6 +973,9 @@ class ConjunctionStep : public BindingStep<ConjunctionElementProducer> {
973973 auto remainingTime = OuterTimeRemaining->second ;
974974 CS.Timer .emplace (anchor, CS, remainingTime);
975975 }
976+
977+ if (CS.isDebugMode ())
978+ getDebugLogger () << " )\n " ;
976979 }
977980
978981 StepResult resume (bool prevFailed) override ;
You can’t perform that action at this time.
0 commit comments