diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-04-25 11:41:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-04-25 11:41:32 +0800 |
commit | 2f57957693fd9f79e803918f25034e5dcf6e8238 (patch) | |
tree | 8f7792c84c0b400779985e8200702114baec1956 /script/log.lua | |
parent | 8b4581615aaa17a1e3064ff126b291413c5d348c (diff) | |
download | lua-language-server-2f57957693fd9f79e803918f25034e5dcf6e8238.zip |
fix
Diffstat (limited to 'script/log.lua')
-rw-r--r-- | script/log.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/log.lua b/script/log.lua index 6cb865c3..8e94dd0e 100644 --- a/script/log.lua +++ b/script/log.lua @@ -127,7 +127,7 @@ function m.raw(thd, level, msg, source, currentline, clock) end end - if log.print then + if m.print then print(buf) end |