fix(explorer): reload executable stat (#1427)
This commit is contained in:
@@ -62,6 +62,10 @@ function M.reload(node, status)
|
||||
end
|
||||
end
|
||||
end
|
||||
local n = nodes_by_path[abs]
|
||||
if n then
|
||||
n.executable = builders.is_executable(abs, n.extension)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user