fix: java jdtls home path create
This commit is contained in:
parent
7b9425ca82
commit
afa9f0b906
@ -41,7 +41,7 @@ if IsWindows() then
|
||||
end
|
||||
|
||||
-- 创建目录
|
||||
if not IsFileExist(jdtlspath) then
|
||||
if not IsDirectoryExist(jdtlspath) then
|
||||
os.execute("mkdir " .. jdtlspath)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user