issue #384 a possible fix

As I do not have access to the error log, this is more a try my best guess and fix
This commit is contained in:
ray-x 2023-11-14 21:32:14 +11:00
parent dbb712ec9f
commit 15bf9aea88

View File

@ -923,7 +923,7 @@ util.extract_filepath = function(msg, pkg_path)
return false, fname, lnum
end
-- note: slow operations
local cmd = 'find ./ -type f -name ' .. filename
local cmd = 'find ./ -type f -name ' .. "'" .. filename .. "'"
local path = vim.fn.systemlist(cmd)
if vim.v.shell_error ~= 0 then