Skip to content

Commit aa93338

Browse files
committed
fix #1476
1 parent 828bb2a commit aa93338

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# changelog
22

3+
## 3.5.4
4+
* `FIX` [#1476](https://github.com/sumneko/lua-language-server/issues/1476)
5+
36
## 3.5.3
47
`2022-8-13`
58
* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)

meta/template/basic.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ arg = {}
99
---@param v? T
1010
---@param message? any
1111
---@return T
12-
function assert(v, message) end
12+
---@return ...
13+
function assert(v, message, ...) end
1314

1415
---@alias gcoptions
1516
---|>'"collect"' # ---#DESTAIL 'cgopt.collect'

0 commit comments

Comments
 (0)