avancement planning
This commit is contained in:
-1
@@ -29,7 +29,6 @@ function getCachedPaths(path) {
|
||||
return pathsCache.get(parent);
|
||||
}
|
||||
function getOrCreateCachedPaths(node, parentPath) {
|
||||
;
|
||||
let paths = pathsCache.get(node);
|
||||
if (!paths) pathsCache.set(node, paths = new Map());
|
||||
return paths;
|
||||
|
||||
Reference in New Issue
Block a user