Merge pull request #14135 from rabbitmq/mergify/bp/v4.1.x/pr-14134
Test (make) / Build and Xref (1.17, 26) (push) Waiting to run
Details
Test (make) / Build and Xref (1.17, 27) (push) Waiting to run
Details
Test (make) / Test (1.17, 27, khepri) (push) Waiting to run
Details
Test (make) / Test (1.17, 27, mnesia) (push) Waiting to run
Details
Test (make) / Test mixed clusters (1.17, 27, khepri) (push) Waiting to run
Details
Test (make) / Test mixed clusters (1.17, 27, mnesia) (push) Waiting to run
Details
Test (make) / Type check (1.17, 27) (push) Waiting to run
Details
Test (make) / Build and Xref (1.17, 26) (push) Waiting to run
Details
Test (make) / Build and Xref (1.17, 27) (push) Waiting to run
Details
Test (make) / Test (1.17, 27, khepri) (push) Waiting to run
Details
Test (make) / Test (1.17, 27, mnesia) (push) Waiting to run
Details
Test (make) / Test mixed clusters (1.17, 27, khepri) (push) Waiting to run
Details
Test (make) / Test mixed clusters (1.17, 27, mnesia) (push) Waiting to run
Details
Test (make) / Type check (1.17, 27) (push) Waiting to run
Details
Follow up to #14132 (backport #14134)
This commit is contained in:
commit
5a41a13f7b
|
@ -91,6 +91,8 @@ defmodule RabbitMQ.CLI.Formatters.Json do
|
||||||
"Ref(#{inspect(data)})"
|
"Ref(#{inspect(data)})"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
defp convert_erlang_strings([]), do: []
|
||||||
|
|
||||||
defp convert_erlang_strings(data) when is_list(data) do
|
defp convert_erlang_strings(data) when is_list(data) do
|
||||||
try do
|
try do
|
||||||
case :unicode.characters_to_binary(data, :utf8) do
|
case :unicode.characters_to_binary(data, :utf8) do
|
||||||
|
|
Loading…
Reference in New Issue