Skip to content

Commit 1c08acb

Browse files
committed
command can be any type
1 parent 70f997b commit 1c08acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lualib/service.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ end
890890
local function request(command, ...)
891891
local s = service[command]
892892
if not s then
893-
error("Unknown request message : " .. command)
893+
error("Unknown request message : " .. tostring(command))
894894
return
895895
end
896896
send_response(s(...))

0 commit comments

Comments
 (0)