fix(explorer): reload executable stat (#1427)

This commit is contained in:
Klesh Wong
2022-07-19 17:25:41 +08:00
committed by GitHub
parent f85b4d9952
commit b754eb8359
2 changed files with 6 additions and 2 deletions

View File

@@ -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