We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f07d0 commit 3132920Copy full SHA for 3132920
script/jsonrpc.lua
@@ -50,6 +50,7 @@ function m.decode(reader)
50
if not content then
51
return nil, 'Proto read error'
52
end
53
+ ---@type any
54
local null = json.null
55
json.null = nil
56
local suc, res = pcall(json.decode, content)
0 commit comments