We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2543757 commit b27a943Copy full SHA for b27a943
1 file changed
src/visualizer/methods.rs
@@ -96,7 +96,7 @@ where
96
let path_components: Vec<&OsStr> = initial_row
97
.ancestors
98
.iter()
99
- .map(|a| a.name.as_ref())
+ .map(|node| node.name.as_ref())
100
.chain(initial_row.node_info.name.pipe_as_ref(once))
101
.collect();
102
coloring.node_color(&path_components, initial_row.node_info.children_count > 0)
0 commit comments