File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,9 @@ function debug.setfenv(object, env) end
146146--- |+ ' "l"' # ---#DESTAIL 'hookmask.l'
147147
148148--- #DES 'debug.sethook'
149- --- @overload fun ( hook : function , mask : hookmask , count ?: integer )
149+ --- @overload fun ( hook : async fun (), mask : hookmask , count ?: integer )
150+ --- @overload fun ( thread : thread )
151+ --- @overload fun ()
150152--- @param thread thread
151153--- @param hook async fun ()
152154--- @param mask hookmask
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ function os.difftime(t2, t1) end
4545
4646--- #DES 'os.execute'
4747--- #if VERSION <= 5.1 then
48- --- @param command string
48+ --- @param command ? string
4949--- @return integer code
5050function os .execute (command ) end
5151--- #else
52- --- @param command string
52+ --- @param command ? string
5353--- @return boolean ? suc
5454--- @return exitcode ? exitcode
5555--- @return integer ? code
You can’t perform that action at this time.
0 commit comments