Skip to content

Commit b29d848

Browse files
committed
bug fix #134
1 parent da237d3 commit b29d848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/std/global.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
--- Issues an error when the value of its argument `v` is false (i.e.,
1717
--- nil or false); otherwise, returns all its arguments. `message` is an error
1818
--- message; when absent, it defaults to "assertion failed!"
19+
---@overload fun(v:any):any
1920
---@param v any
2021
---@param message string
22+
---@return any
2123
function assert(v, message) end
2224

2325
---

0 commit comments

Comments
 (0)