diff options
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/os.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/os.lua b/meta/template/os.lua index 760c029a..fbe37891 100644 --- a/meta/template/os.lua +++ b/meta/template/os.lua @@ -44,7 +44,7 @@ function os.date(format, time) end function os.difftime(t2, t1) end ---#DES 'os.execute' ----#if VERSION <= 5.1 then +---#if VERSION <= 5.1 and not JIT then ---@param command? string ---@return integer code function os.execute(command) end |