Skip to content

Commit 6917b6c

Browse files
authored
Merge pull request #1263 from TIMONz1535/TIMONz1535-patch-1
Fix `dofile` returns multiple values `---@return any ...`
2 parents 60da4be + bf036d2 commit 6917b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/basic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function collectgarbage(opt, arg) end
4141

4242
---#DES 'dofile'
4343
---@param filename? string
44-
---@return any
44+
---@return any ...
4545
function dofile(filename) end
4646

4747
---#DES 'error'

0 commit comments

Comments
 (0)