summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-03 05:59:59 +0800
committerGitHub <noreply@github.com>2022-04-03 05:59:59 +0800
commit9b287582e9d653b32672d057b2a69f21ec870d6e (patch)
tree5b49de176e5c3f8ca0ed547d23cb3d8cf62701bf
parent8dabfd16e48b35a3b36ff046a0261f3fc89dfdb6 (diff)
parentdd1b7c11028b8317d5eba59e5e03775514e1ebe0 (diff)
downloadlua-language-server-9b287582e9d653b32672d057b2a69f21ec870d6e.zip
Merge pull request #1007 from fesily/master
fix meta debuginfo in jit version
-rw-r--r--meta/template/debug.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/debug.lua b/meta/template/debug.lua
index c8b506f5..6e74e1f6 100644
--- a/meta/template/debug.lua
+++ b/meta/template/debug.lua
@@ -15,7 +15,7 @@ debug = {}
---@field currentline integer
---@field istailcall boolean
---@field nups integer
----#if VERSION >= 5.2 then
+---#if VERSION >= 5.2 or JIT then
---@field nparams integer
---@field isvararg boolean
---#end