diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-17 17:30:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 17:30:08 +0800 |
commit | d33debdaa7d8748beef0e0365f0314222006058e (patch) | |
tree | caa39e1ac44b0ad0310308d89078a0de7748839b /meta/3rd/OpenResty/library/ngx.lua | |
parent | e54fb73d81459fcee1e8402da422f56d00684921 (diff) | |
parent | 30964ab86e315ccf45a5f6dd2432d70317fb9357 (diff) | |
download | lua-language-server-d33debdaa7d8748beef0e0365f0314222006058e.zip |
Merge pull request #1706 from fesily/fix-some-doc-error
fix some doc error
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.lua b/meta/3rd/OpenResty/library/ngx.lua index aa2a29ce..a223709d 100644 --- a/meta/3rd/OpenResty/library/ngx.lua +++ b/meta/3rd/OpenResty/library/ngx.lua @@ -581,6 +581,9 @@ function ngx.worker.pid() end --- This boolean field indicates whether the current NGINX is a debug build, i.e., being built by the `./configure` option `--with-debug`. ---@field debug boolean --- +--- This boolean field indicates whether the current NGINX run by resty. +---@field is_console boolean +--- ngx.config = {} |