Skip to content

Commit 4ca40cb

Browse files
committed
Merge branch 'master' into node-classes-2
2 parents cf17675 + 5ad8762 commit 4ca40cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/node/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function BaseNode:reload_node_status(projects)
8080
for _, node in ipairs(self.nodes) do
8181
node:update_git_status(self:is_git_ignored(), status)
8282
if node.nodes and #node.nodes > 0 then
83-
self:reload_node_status(projects)
83+
node:reload_node_status(projects)
8484
end
8585
end
8686
end

0 commit comments

Comments
 (0)