mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
bug #I631ZF groovy脚本接入时,自定义异常抛出后被组件失败异常覆盖
This commit is contained in:
@@ -91,7 +91,6 @@ public class JavaScriptExecutor implements ScriptExecutor {
|
||||
|
||||
return compiledScript.eval(bindings);
|
||||
}catch (Exception e){
|
||||
log.error(e.getMessage(), e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user