SNRK-71: update after adding of path property
This commit is contained in:
parent
637a6810fc
commit
c112a74652
@ -22,7 +22,7 @@ public suspend fun buildDependencyGraph(root: Directory): DependencyGraph {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun buildNodes(folder: Directory, nodes: HashMap<FileName, DependencyGraphNode>) {
|
private suspend fun buildNodes(folder: Directory, nodes: HashMap<FileName, DependencyGraphNode>) {
|
||||||
val pathString = folder.getPath().toString()
|
val pathString = folder.path.toString()
|
||||||
|
|
||||||
assert(!nodes.containsKey(pathString))
|
assert(!nodes.containsKey(pathString))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user