We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c964fa2 commit 630305cCopy full SHA for 630305c
lua/nvim-tree/explorer/reload.lua
@@ -64,7 +64,7 @@ function M.reload(node, status)
64
end
65
local n = nodes_by_path[abs]
66
if n then
67
- n.executable = builders.is_executable(abs, n.extension)
+ n.executable = builders.is_executable(abs, n.extension or "")
68
69
70
0 commit comments