fix(#1831): remove instrumentation (#1969)

This commit is contained in:
Alexander Courtis
2023-02-04 16:57:05 +11:00
committed by GitHub
parent e0166d1469
commit 7eb33d2a6d

View File

@@ -59,7 +59,7 @@ end
function M.explore(node, status)
local cwd = node.link_to or node.absolute_path
local handle = utils.fs_scandir_profiled(cwd)
local handle = vim.loop.fs_scandir(cwd)
if not handle then
return
end