SNRK-71: pathString replaced with toString()
This commit is contained in:
parent
859c53745f
commit
e90c9728c1
@ -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().pathString
|
||||
val pathString = folder.getPath().toString()
|
||||
|
||||
assert(!nodes.containsKey(pathString))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user