bug #I4K7L1 当组件找不到时,没有打印出具体的node节点信息

This commit is contained in:
bryan31
2021-11-29 11:43:18 +08:00
parent 0fdce1e093
commit 3c5c283414

View File

@@ -182,7 +182,7 @@ public abstract class JsonFlowParser 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);
}
}