mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
Remove gratuitous prefix in error log
This commit is contained in:
parent
d2cf35ad02
commit
e62ea1994c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ parse_args(Args) ->
|
|||
unabbreviate_command_names(filter_flags(NonOptArgs, []));
|
||||
|
||||
{error, {Reason, Data}} ->
|
||||
?ERROR("Error: ~s ~p~n~n", [Reason, Data]),
|
||||
?ERROR("~s ~p~n~n", [Reason, Data]),
|
||||
help(),
|
||||
halt(1)
|
||||
end.
|
||||
|
|
Loading…
Reference in a new issue