fix: JS大括号不平衡(重复if导致)
This commit is contained in:
@@ -91,7 +91,6 @@ function renderFeatureTree(tree) {
|
||||
}
|
||||
|
||||
if (pipes.length > 0) {
|
||||
if (pipes.length > 0) {
|
||||
pipes.forEach((p, i) => {
|
||||
const indent2 = i===0 ? indent : 'padding-left:'+(depth*20+32)+'px';
|
||||
const tagCls = p.status==='ok'?'ok':p.status==='error'?'error':'warn';
|
||||
|
||||
Reference in New Issue
Block a user