fix: java jdtls home path create

This commit is contained in:
Young Xu 2023-05-06 19:30:15 +08:00
parent 7b9425ca82
commit afa9f0b906
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if IsWindows() then
end
-- 创建目录
if not IsFileExist(jdtlspath) then
if not IsDirectoryExist(jdtlspath) then
os.execute("mkdir " .. jdtlspath)
end