chore: resolve undefined-field

This commit is contained in:
Alexander Courtis
2024-10-26 13:19:47 +11:00
parent 868a5ef751
commit d631ee1ebb
2 changed files with 5 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ function Explorer:refresh_parent_nodes_for_path(path)
local project = git.get_project(toplevel) or {}
self:reload(node, project)
node:update_parent_statuses(project, toplevel)
git.update_parent_statuses(node, project, toplevel)
end
log.profile_end(profile)