Skip to content

Commit 9b28758

Browse files
authored
Merge pull request #1007 from fesily/master
fix meta debuginfo in jit version
2 parents 8dabfd1 + dd1b7c1 commit 9b28758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/debug.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ debug = {}
1515
---@field currentline integer
1616
---@field istailcall boolean
1717
---@field nups integer
18-
---#if VERSION >= 5.2 then
18+
---#if VERSION >= 5.2 or JIT then
1919
---@field nparams integer
2020
---@field isvararg boolean
2121
---#end

0 commit comments

Comments
 (0)