Fix invalid reporting of trace events

This commit is contained in:
Fedor Isakov 2022-05-25 12:46:19 +02:00
parent cfcf6ecd81
commit f91170aec0
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ internal class ConstraintsProcessing(
}
is FeedbackStatus.FAILED -> { // guard failed
trace.reject(match)
return it.recover() // return from the enclosing method
}