fix(params_getter): try to bind even if socket exists
This commit is contained in:
@@ -88,6 +88,7 @@ local function get_socket_path(cmd, messages, callback)
|
||||
else
|
||||
callback(err_read, data)
|
||||
end
|
||||
client:close()
|
||||
end)
|
||||
end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user