Fix a typo that prevents predicates to be shown in trace view
This commit is contained in:
parent
c6e8de1680
commit
ea2d23298c
|
|
@ -263,7 +263,7 @@ internal class ControllerImpl (
|
|||
|
||||
context.runSafe {
|
||||
val args = supervisor.instantiateArguments(predicate.arguments(), context.logicalContext, context)
|
||||
tryTellPattern(predicate.invocation(args, context.logicalContext, context))
|
||||
tryTell(predicate.invocation(args, context.logicalContext, context))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue