summaryrefslogtreecommitdiff
path: root/script/async
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-07-21 17:33:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-07-21 17:33:23 +0800
commit675ba56e9d39711cf0653ccfa48423e4523baebe (patch)
tree722f031e6a0bb75c73250c4a8a185a2c9fcd91db /script/async
parentbe7c23d72d2a9f0a51ab3c63abe46a4fac6f3602 (diff)
downloadlua-language-server-675ba56e9d39711cf0653ccfa48423e4523baebe.zip
fix #199 更换json库
Diffstat (limited to 'script/async')
-rw-r--r--script/async/proto.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/async/proto.lua b/script/async/proto.lua
index f0b23dae..b51749da 100644
--- a/script/async/proto.lua
+++ b/script/async/proto.lua
@@ -1,4 +1,5 @@
local json = require 'json'
+json.null = nil
local function pushError(...)
local t = table.pack(...)