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.
2 parents e1b92e4 + 33cb21e commit d685875Copy full SHA for d685875
deps/rabbitmq_cli/lib/rabbitmq/cli/formatters/json.ex
@@ -91,6 +91,8 @@ defmodule RabbitMQ.CLI.Formatters.Json do
91
"Ref(#{inspect(data)})"
92
end
93
94
+ defp convert_erlang_strings([]), do: []
95
+
96
defp convert_erlang_strings(data) when is_list(data) do
97
try do
98
case :unicode.characters_to_binary(data, :utf8) do
0 commit comments