fix(actions) trashing (#916)
This commit is contained in:
@@ -28,7 +28,7 @@ local function clear_buffer(absolute_path)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.trash_node(node)
|
function M.fn(node)
|
||||||
if node.name == '..' then return end
|
if node.name == '..' then return end
|
||||||
|
|
||||||
-- configs
|
-- configs
|
||||||
|
|||||||
Reference in New Issue
Block a user