Skip to content

Commit

Permalink
Add escaping to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 17, 2021
1 parent 298b860 commit 0259092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_ctl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ format_arg2(Arg, Parse)->
format_error(Error) ->
try
io_lib:format("~ts", [Error])
io_lib:format("\"~ts\"", [Error])
catch _ ->
io_lib:format("~p", [Error])
end.
Expand Down

0 comments on commit 0259092

Please sign in to comment.