diff options
author | fesily <fesil@foxmail.com> | 2022-11-17 10:06:16 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2022-11-17 10:06:16 +0800 |
commit | 30964ab86e315ccf45a5f6dd2432d70317fb9357 (patch) | |
tree | 6a161fc9685937b9510ec63302b61e676d516752 /meta/template | |
parent | 3bdd74aa30a6175f1bbf973559241f99eb563dfe (diff) | |
download | lua-language-server-30964ab86e315ccf45a5f6dd2432d70317fb9357.zip |
fix some doc error
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 |