mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
增加了出错堆栈显示
This commit is contained in:
@@ -189,6 +189,7 @@ public class FlowExecutor {
|
||||
return (T)slot;
|
||||
}catch(Exception e){
|
||||
String errorMsg = MessageFormat.format("[{0}]executor cause error", slot.getRequestId());
|
||||
LOG.error(errorMsg,e);
|
||||
throw new FlowSystemException(errorMsg);
|
||||
}finally{
|
||||
if(!isInnerChain) {
|
||||
|
||||
Reference in New Issue
Block a user