bug #I4CGL8 QLExpress脚本引擎在refresh脚本节点的时候会失败

This commit is contained in:
bryan31
2021-09-29 16:16:21 +08:00
parent 2fe4615929
commit fdc5840a99
16 changed files with 138 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ public class GroovyScriptExecutor implements ScriptExecutor {
compiledScriptMap.put(nodeId, compiledScript);
}
}catch (Exception e){
String errorMsg = StrUtil.format("script loading error for node[{}]", nodeId);
String errorMsg = StrUtil.format("script loading error for node[{}], error msg:{}", nodeId, e.getMessage());
throw new ScriptLoadException(errorMsg);
}