committed by
GitHub
parent
8505b6ecd8
commit
e0166d1469
@@ -19,7 +19,7 @@ local function populate_children(handle, cwd, node, git_status)
|
||||
local nodes_by_path = utils.bool_record(node.nodes, "absolute_path")
|
||||
local filter_status = filters.prepare(git_status)
|
||||
while true do
|
||||
local name, t = utils.fs_scandir_next_profiled(handle, cwd)
|
||||
local name, t = vim.loop.fs_scandir_next(handle)
|
||||
if not name then
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user