diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-09 19:04:08 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-09 19:04:08 +0800 |
commit | 4fe47715dacfb18e79848a55f4e1b4d2607b0efd (patch) | |
tree | 34c33da689a6f559b9c47aa0856062b701853133 /server/locale/zh-CN/libs/@lua | |
parent | 70441948891e7d9d5c2cde9bb81b095b529e4d72 (diff) | |
download | lua-language-server-4fe47715dacfb18e79848a55f4e1b4d2607b0efd.zip |
xpcall 的差异
Diffstat (limited to 'server/locale/zh-CN/libs/@lua')
-rw-r--r-- | server/locale/zh-CN/libs/@lua/basic.lni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/zh-CN/libs/@lua/basic.lni b/server/locale/zh-CN/libs/@lua/basic.lni index 50124adf..183983e4 100644 --- a/server/locale/zh-CN/libs/@lua/basic.lni +++ b/server/locale/zh-CN/libs/@lua/basic.lni @@ -221,6 +221,9 @@ description = '以给定消息发出一个警告。当`tocont`为 true 时,应 [xpcall] description = '传入参数并设置一个消息处理器 `msgh`,以 *保护模式* 调用函数 `f` 。' +['xpcall Lua 5.1'] +description = '设置一个消息处理器 `err`,以 *保护模式* 调用函数 `f` 。' + [require] description = '加载一个模块。' |