Fix a typo that prevents predicates to be shown in trace view

This commit is contained in:
Fedor Isakov 2024-07-25 15:14:58 +02:00
parent c6e8de1680
commit ea2d23298c
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}
}