This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-283
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-283 by this push:
new 6cb409e Update NCIdlCompiler.scala
6cb409e is described below
commit 6cb409e57e60ff33f7b42f2fcc86d2139b269efe
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Thu Mar 25 22:43:37 2021 -0700
Update NCIdlCompiler.scala
---
.../scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompiler.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompiler.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompiler.scala
index 85d85e9..3e9f737 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompiler.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompiler.scala
@@ -317,7 +317,7 @@ object NCIdlCompiler extends LazyLogging {
}
catch {
case e: Exception ⇒
- throw newRuntimeError(s"Failed to invoke custom
intent term: $mdlCls.$mtd", e)(ctx.mtdDecl())
+ throw newRuntimeError(s"Failed to invoke custom
intent term: $mdlCls.$mtd(...)", e)(ctx.mtdDecl())
}
}
}