diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-23 01:35:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-23 01:35:19 +0800 |
commit | 5f3a0789c36aedbf9e4b204821826b6c124becf5 (patch) | |
tree | 39657b77eb9a41ece1dd5503a8d4f7836bf2bb2c /meta/template | |
parent | 02b373942c8be088e61b6088c2ca943ecb1d5b8e (diff) | |
download | lua-language-server-5f3a0789c36aedbf9e4b204821826b6c124becf5.zip |
fix missed meta locale
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 4673026a..59e30ba4 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -243,7 +243,7 @@ function warn(message, ...) end ---@return ... function xpcall(f, err) end ---#else ----#DES 'xpcall>5.1' +---#DES 'xpcall>5.2' ---@param f function ---@param msgh function ---@param arg1? any |