diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-21 17:51:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-21 17:51:35 +0800 |
commit | 408991b4d15724906ec9dc8d62a9f1579effd384 (patch) | |
tree | b791e8b0c766c4daf135b78b0fdf14da7aecf539 /script/async/proto.lua | |
parent | d9143e2904b02b621f646268442a2a18307783b7 (diff) | |
download | lua-language-server-408991b4d15724906ec9dc8d62a9f1579effd384.zip |
显性处理 json.null 的情况
Diffstat (limited to 'script/async/proto.lua')
-rw-r--r-- | script/async/proto.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/async/proto.lua b/script/async/proto.lua index b51749da..f0b23dae 100644 --- a/script/async/proto.lua +++ b/script/async/proto.lua @@ -1,5 +1,4 @@ local json = require 'json' -json.null = nil local function pushError(...) local t = table.pack(...) |