chore: resolve undefined-field

This commit is contained in:
Alexander Courtis
2024-10-28 15:37:19 +11:00
parent a4a6e6caa3
commit 142cb30b3d
8 changed files with 50 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ function DirectoryLinkNode:destroy()
DirectoryNode.destroy(self)
end
---Update the directory GitStatus of link target and the file status of the link itself
---Update the directory git_status of link target and the file status of the link itself
---@param parent_ignored boolean
---@param status table|nil
function DirectoryLinkNode:update_git_status(parent_ignored, status)