소스 검색

Fix unicode rendering of deps tree (issue #1140)

pull/1243/head
Jon 9 년 전
부모
커밋
c7b7b9005f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_deps_tree.erl

+ 1
- 1
src/rebar_prv_deps_tree.erl 파일 보기

@ -70,7 +70,7 @@ print_children(Prefix, [{Name, Vsn, Source} | Rest], Dict, Verbose) ->
[Prefix, " "];
_ ->
io:format("~ts~ts", [Prefix, <<226,148,156,226,148,128,32>>]), %Binary for utf8%
[Prefix, ""]
[Prefix, <<226,148,130,32,32>>] %Binary for utf8%
end,
io:format("~ts~ts~ts (~ts)~n", [Name, <<226,148,128>>, Vsn, type(Source, Verbose)]), %Binary for utf8%
case dict:find(Name, Dict) of

불러오는 중...
취소
저장