fix(ci): selene lint

This commit is contained in:
Barrett Ruth 2025-09-23 12:25:53 -04:00
parent 62eab3df2d
commit 8df8c16a72
4 changed files with 4 additions and 6 deletions

View file

@ -89,7 +89,7 @@ function M.load()
end
function M.save()
local ok, err = pcall(vim.fn.mkdir, vim.fn.fnamemodify(cache_file, ':h'), 'p')
local ok, _ = pcall(vim.fn.mkdir, vim.fn.fnamemodify(cache_file, ':h'), 'p')
if not ok then
vim.schedule(function()
vim.fn.mkdir(vim.fn.fnamemodify(cache_file, ':h'), 'p')