Fix invalid reporting of trace events
This commit is contained in:
parent
cfcf6ecd81
commit
f91170aec0
|
|
@ -113,6 +113,7 @@ internal class ConstraintsProcessing(
|
||||||
|
|
||||||
}
|
}
|
||||||
is FeedbackStatus.FAILED -> { // guard failed
|
is FeedbackStatus.FAILED -> { // guard failed
|
||||||
|
trace.reject(match)
|
||||||
return it.recover() // return from the enclosing method
|
return it.recover() // return from the enclosing method
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue