Explorar el Código

ft: 终版1.1

master
SisMaker hace 4 años
padre
commit
8afc205cc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl Ver fichero

@ -224,7 +224,7 @@ writeList([], _Depth, _Width, _Encoding, _Strings) ->
writeList(List, Depth, Width, Encoding, Strings) ->
case Strings andalso visualList(List, Encoding) of
true ->
<<"\"", (list_to_binary(List))/binary, "\"">>;
<<"\"", (unicode:characters_to_binary(List))/binary, "\"">>;
_ ->
writeList(List, Depth, Width, Encoding, Strings, 0, <<"[">>)
end.

Cargando…
Cancelar
Guardar