ソースを参照

ft: 终版1.1

master
SisMaker 4年前
コミット
8afc205cc7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl ファイルの表示

@ -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.

読み込み中…
キャンセル
保存