mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
bug #I4K7L1 当组件找不到时,没有打印出具体的node节点信息
This commit is contained in:
@@ -181,7 +181,7 @@ public abstract class XmlFlowParser extends FlowParser {
|
||||
Chain chain = FlowBus.getChain(item.getId());
|
||||
chainNodeList.add(chain);
|
||||
} else {
|
||||
String errorMsg = StrUtil.format("executable node[{}] is not found!", regexEntity.getItem());
|
||||
String errorMsg = StrUtil.format("executable node[{}] is not found!", regexEntity.getItem().getId());
|
||||
throw new ExecutableItemNotFoundException(errorMsg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user