diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-02 14:23:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 14:23:51 +0800 |
commit | a79d7c68de7773365cce65e8bc1102690fb60b1c (patch) | |
tree | 1d86384c162cf4f245866665a1c04a05a29118af /meta/template | |
parent | 36f4f9204d979ff66d1b7afad6ea6cc6b57981cc (diff) | |
parent | c2c3a69a58a130e4b6594d581b54d316d79df425 (diff) | |
download | lua-language-server-a79d7c68de7773365cce65e8bc1102690fb60b1c.zip |
Merge pull request #1959 from Bilal2453/patch-2
meta: newproxy can accept a userdata value
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 f2f6a49c..c024b222 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -128,7 +128,7 @@ function loadfile(filename, mode, env) end function loadstring(text, chunkname) end ---@version 5.1 ----@param proxy boolean|table +---@param proxy boolean|table|userdata ---@return userdata ---@nodiscard function newproxy(proxy) end |