漏了一条处理路径

This commit is contained in:
Xu Chang 2024-04-17 12:23:17 +08:00
parent 8ab7ce7076
commit a36bc4561d
3 changed files with 3 additions and 0 deletions

View File

@ -1598,6 +1598,7 @@ export class RunningTree extends Feature {
}
}
}
this.increaseNodeCount(fullPath);
return node;
}
if (entity) {

View File

@ -1601,6 +1601,7 @@ class RunningTree extends Feature_1.Feature {
}
}
}
this.increaseNodeCount(fullPath);
return node;
}
if (entity) {

View File

@ -1922,6 +1922,7 @@ export class RunningTree<ED extends EntityDict & BaseEntityDict> extends Feature
}
}
}
this.increaseNodeCount(fullPath);
return node;
}