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