summaryrefslogtreecommitdiff
path: root/meta/template/debug.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-20 01:43:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-20 01:43:10 +0800
commit7822d4f1b38e06eeb1748d12585019b46a2c3c6b (patch)
tree68cbd210ebbdb4a7446bf4106d81a8b45ba95dda /meta/template/debug.lua
parenteb96b02d0e37bf0bd1da37704089683d200981c3 (diff)
downloadlua-language-server-7822d4f1b38e06eeb1748d12585019b46a2c3c6b.zip
神TM endif
Diffstat (limited to 'meta/template/debug.lua')
-rw-r--r--meta/template/debug.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/template/debug.lua b/meta/template/debug.lua
index 6c010c0f..66694d08 100644
--- a/meta/template/debug.lua
+++ b/meta/template/debug.lua
@@ -18,12 +18,12 @@ debug = {}
---#if VERSION >= 5.2 then
---@field nparams integer
---@field isvararg boolean
----#endif
+---#end
---@field func function
---#if VERSION >= 5.4 then
---@field ftransfer integer
---@field ntransfer integer
----#endif
+---#end
---@field activelines table
---#DES 'debug.debug'
@@ -55,7 +55,7 @@ function debug.gethook(co) end
---|+'"f"' # ---#DESENUM 'infowhat.f'
---#if VERSION >= 5.4 then
---|+'"r"' # ---#DESENUM 'infowhat.r'
----#endif
+---#end
---|+'"L"' # ---#DESENUM 'infowhat.L'
---#DES 'debug.getinfo'
@@ -112,7 +112,7 @@ function debug.getuservalue(u, n) end
---@param u userdata
---@return any
function debug.getuservalue(u) end
----#endif
+---#end
---#DES 'debug.setcstacklimit'
---@deprecated