Explorar el Código

ft: 完善代码

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

+ 1
- 1
src/eFmt.erl Ver fichero

@ -412,7 +412,7 @@ writeBinary(<<>>, _Depth, _Width, _Encoding, _Strings) ->
writeBinary(Bin, Depth, Width, Encoding, Strings) ->
case Strings andalso visualBin(Bin, Encoding) of
true ->
<<"<<\"", Bin/binary, "\">>">>;
<<"<<\"", Bin/binary, "\"/utf8>>">>;
_ ->
writeBinary(Bin, Depth, Width, Encoding, Strings, 0, <<"<<">>)
end.

Cargando…
Cancelar
Guardar