SNRK-71: update after adding of path property

This commit is contained in:
liubar.pa 2023-05-05 00:21:20 +03:00
parent 637a6810fc
commit c112a74652

View File

@ -22,7 +22,7 @@ public suspend fun buildDependencyGraph(root: Directory): DependencyGraph {
}
private suspend fun buildNodes(folder: Directory, nodes: HashMap<FileName, DependencyGraphNode>) {
val pathString = folder.getPath().toString()
val pathString = folder.path.toString()
assert(!nodes.containsKey(pathString))