* fix(#1931): do not execute git status in git ignored directories * fix(#1931): reload.refresh_node is always asynchronous * fix(#2327): set parent folder ignore status following file update
This commit is contained in:
committed by
GitHub
parent
273c1700eb
commit
c1466f991a
@@ -111,7 +111,7 @@ function M.get_git_status(node)
|
||||
end
|
||||
|
||||
function M.is_git_ignored(node)
|
||||
return node.git_status and node.git_status.file == "!!"
|
||||
return node and node.git_status and node.git_status.file == "!!"
|
||||
end
|
||||
|
||||
function M.node_destroy(node)
|
||||
|
||||
Reference in New Issue
Block a user