From bf036d2199804237743c0fce6332888bf62a6fe5 Mon Sep 17 00:00:00 2001 From: TIMON_Z1535 Date: Thu, 30 Jun 2022 17:49:30 +0500 Subject: fix dofile returns all values `---@return any ...` --- meta/template/basic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 017a06d1..38e4e6e6 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -41,7 +41,7 @@ function collectgarbage(opt, arg) end ---#DES 'dofile' ---@param filename? string ----@return any +---@return any ... function dofile(filename) end ---#DES 'error' -- cgit v1.2.3