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

@@ -32,7 +32,7 @@ function FileLinkNode:destroy()
FileNode.destroy(self)
end
---Update the GitStatus of the target otherwise the link itself
---Update the git_status of the target otherwise the link itself
---@param parent_ignored boolean
---@param status table|nil
function FileLinkNode:update_git_status(parent_ignored, status)