Skip to content

Commit 84e6322

Browse files
committed
应该直接用 logPath 才对
1 parent 13f52c6 commit 84e6322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/master/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local time = require 'bee.time'
55
---@class LuaLS.Runtime
66
luals.runtime = require 'runtime'
77

8-
fs.create_directories(fs.path(luals.runtime.rootPath) / 'log')
8+
fs.create_directories(fs.path(luals.runtime.logPath))
99

1010
---@class Log
1111
log = New 'Log' {

0 commit comments

Comments
 (0)