mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
优化Script功能模块的一些结构问题
This commit is contained in:
@@ -56,7 +56,7 @@ public class QLExpressScriptExecutor implements ScriptExecutor {
|
||||
try{
|
||||
if (!compiledScriptMap.containsKey(nodeId)){
|
||||
String errorMsg = StrUtil.format("script for node[{}] is not loaded", nodeId);
|
||||
throw new RuntimeException(errorMsg);
|
||||
throw new ScriptLoadException(errorMsg);
|
||||
}
|
||||
|
||||
InstructionSet instructionSet = compiledScriptMap.get(nodeId);
|
||||
|
||||
Reference in New Issue
Block a user