diff options
-rw-r--r-- | changelog.md | 3 | ||||
-rw-r--r-- | meta/template/basic.lua | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index f02640b0..e65546b7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 3.5.4 +* `FIX` [#1476](https://github.com/sumneko/lua-language-server/issues/1476) + ## 3.5.3 `2022-8-13` * `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409) diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 552aa9db..ee277b75 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -9,7 +9,8 @@ arg = {} ---@param v? T ---@param message? any ---@return T -function assert(v, message) end +---@return ... +function assert(v, message, ...) end ---@alias gcoptions ---|>'"collect"' # ---#DESTAIL 'cgopt.collect' |