chore: resolve undefined-field

This commit is contained in:
Alexander Courtis
2024-10-26 12:43:19 +11:00
parent 3d00128041
commit 568d0f15ab
9 changed files with 110 additions and 111 deletions

View File

@@ -478,7 +478,7 @@ function Explorer:reload_git()
event_running = true
local projects = git.reload()
self:reload_node_status(projects)
git.reload_node_status(self, projects)
self.renderer:draw()
event_running = false
end