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/en-US/libs/@lua | |
parent | 70441948891e7d9d5c2cde9bb81b095b529e4d72 (diff) | |
download | lua-language-server-4fe47715dacfb18e79848a55f4e1b4d2607b0efd.zip |
xpcall 的差异
Diffstat (limited to 'server/locale/en-US/libs/@lua')
-rw-r--r-- | server/locale/en-US/libs/@lua/basic.lni | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/@lua/basic.lni b/server/locale/en-US/libs/@lua/basic.lni index 6a391cac..e7068c7e 100644 --- a/server/locale/en-US/libs/@lua/basic.lni +++ b/server/locale/en-US/libs/@lua/basic.lni @@ -224,7 +224,10 @@ The default for `tocont` is false. ]] [xpcall] -description = 'Calls function f with the given arguments in protected mode with a new message handler.' +description = 'Calls function `f` with the given arguments in protected mode with a new message handler.' + +['xpcall Lua 5.1'] +description = 'Calls function `f` in protected mode with a new message handler.' [require] description = 'Loads the given module.' |