summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library
diff options
context:
space:
mode:
authorcarsakiller <61925890+carsakiller@users.noreply.github.com>2022-09-08 19:47:00 -0400
committerGitHub <noreply@github.com>2022-09-08 19:47:00 -0400
commit00443e0e648786788666481ca446bfad732cbac8 (patch)
treea87c0164b05221f3e716ad60edc59f8c15c354cb /meta/3rd/OpenResty/library
parent8365eec4f4baa429d1f8a0d2f63132df8902db88 (diff)
downloadlua-language-server-00443e0e648786788666481ca446bfad732cbac8.zip
Replace old variable return syntax (#1540)
* fix: replace old variable return syntax #1539 * Update jit.status() Co-authored-by: Michael Martin <flrgh@protonmail.com>
Diffstat (limited to 'meta/3rd/OpenResty/library')
-rw-r--r--meta/3rd/OpenResty/library/ngx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.lua b/meta/3rd/OpenResty/library/ngx.lua
index 9c8794e9..0cbd94c7 100644
--- a/meta/3rd/OpenResty/library/ngx.lua
+++ b/meta/3rd/OpenResty/library/ngx.lua
@@ -4382,7 +4382,7 @@ function ngx.resp.get_headers(max_headers, raw) end
---@param ... ngx.thread.arg
---@return boolean ok
---@return ngx.thread.arg? result_or_error
----@return ...
+---@return any ...
function ngx.run_worker_thread(threadpool, module_name, func_name, arg1, arg2, ...)
end