mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 13:18:08 +08:00
bug #I4CGL8 QLExpress脚本引擎在refresh脚本节点的时候会失败
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user