Skip to content

Commit

Permalink
Fix unicode output printed as charlist
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Sep 19, 2023
1 parent bbcf3da commit 22be21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rebar/src/rebar_file_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ mv(Source, Dest) ->
{ok, []} ->
ok;
{ok, Warning} ->
?WARN("mv: ~p", [Warning]),
?WARN("mv: ~tp", [Warning]),
ok
end;
{win32, _} ->
Expand Down

0 comments on commit 22be21f

Please sign in to comment.