feat #I69VAR 优化 node chain 不存在时候的错误提示

This commit is contained in:
gaibu
2023-01-20 13:49:51 +08:00
parent e022b26efb
commit cc3c9fc872

View File

@@ -271,7 +271,6 @@ public class LiteFlowChainELBuilder {
// 需要加上 "EL: " 的长度 4再加上 “node("” 长度 6再加上 "^" 的长度 1indexOf 从 0 开始,所以还需要加 1
return msg + sourceEl + "\n" + StrUtil.fill("^", CharUtil.SPACE, commaLeftIndex + 12, true);
}
break;
}
}
} catch (Exception ex) {