diff options
author | --get-all <fesil@foxmail.com> | 2022-03-28 15:18:07 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2022-03-28 15:18:07 +0800 |
commit | abb876f0f5c8c138dc457c8a8ee5a60d043b2f4a (patch) | |
tree | d8810fb88b05649f71ec7c58c2e34046939eda94 /meta/template | |
parent | 301944d9cc57c1f3c3a79334a0e3c886fb8dceb0 (diff) | |
download | lua-language-server-abb876f0f5c8c138dc457c8a8ee5a60d043b2f4a.zip |
Update basic.lua
fix newproxy return type to userdata
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 527fb36f..aa310508 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -128,7 +128,7 @@ function loadstring(text, chunkname) end ---@version 5.1 ---@param flag_or_proxy boolean | table ----@return table +---@return userdata ---@nodiscard function newproxy(flag_or_proxy) end |