漏了一条处理路径
This commit is contained in:
parent
8ab7ce7076
commit
a36bc4561d
|
|
@ -1598,6 +1598,7 @@ export class RunningTree extends Feature {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.increaseNodeCount(fullPath);
|
||||
return node;
|
||||
}
|
||||
if (entity) {
|
||||
|
|
|
|||
|
|
@ -1601,6 +1601,7 @@ class RunningTree extends Feature_1.Feature {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.increaseNodeCount(fullPath);
|
||||
return node;
|
||||
}
|
||||
if (entity) {
|
||||
|
|
|
|||
|
|
@ -1922,6 +1922,7 @@ export class RunningTree<ED extends EntityDict & BaseEntityDict> extends Feature
|
|||
}
|
||||
}
|
||||
}
|
||||
this.increaseNodeCount(fullPath);
|
||||
return node;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue