pull/59/head
ray-x 3 years ago
parent 3fe53eaf13
commit 9be4a230fe

@ -338,7 +338,7 @@ function util.work_path()
for _, value in pairs(workfolders) do
local mod = value .. util.sep() .. "go.mod"
if util.file_exist(mod) then
if util.file_exists(mod) then
return value
end
end

Loading…
Cancel
Save