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) {
843
843
// attempted to apply information gained from the
844
844
// isolated constraint to the outer context.
845
845
if (Snapshot && Snapshot->isScoped ()) {
846
- if (CS.isDebugMode ())
847
- getDebugLogger () << " )\n " ;
848
-
849
846
return done (/* isSuccess=*/ !prevFailed);
850
847
}
851
848
Original file line number Diff line number Diff line change @@ -973,6 +973,9 @@ class ConjunctionStep : public BindingStep<ConjunctionElementProducer> {
973
973
auto remainingTime = OuterTimeRemaining->second ;
974
974
CS.Timer .emplace (anchor, CS, remainingTime);
975
975
}
976
+
977
+ if (CS.isDebugMode ())
978
+ getDebugLogger () << " )\n " ;
976
979
}
977
980
978
981
StepResult resume (bool prevFailed) override ;
You can’t perform that action at this time.
0 commit comments