Skip to content

Commit 3132920

Browse files
committed
resove warning
1 parent e5f07d0 commit 3132920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/jsonrpc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function m.decode(reader)
5050
if not content then
5151
return nil, 'Proto read error'
5252
end
53+
---@type any
5354
local null = json.null
5455
json.null = nil
5556
local suc, res = pcall(json.decode, content)

0 commit comments

Comments
 (0)