Skip to content

Commit 7eb33d2

Browse files
authored
fix(#1831): remove instrumentation (#1969)
1 parent e0166d1 commit 7eb33d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/explore.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959

6060
function M.explore(node, status)
6161
local cwd = node.link_to or node.absolute_path
62-
local handle = utils.fs_scandir_profiled(cwd)
62+
local handle = vim.loop.fs_scandir(cwd)
6363
if not handle then
6464
return
6565
end

0 commit comments

Comments
 (0)