mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Use ~p for file:consult/1 {error, Reason} printout
This commit is contained in:
parent
22dec4cbb7
commit
d560ccda0d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ load_vars_file(File) ->
|
|||
{ok, Terms} ->
|
||||
dict:from_list(Terms);
|
||||
{error, Reason} ->
|
||||
?ABORT("Unable to load overlay_vars from ~s: ~p\n", [File, Reason])
|
||||
?ABORT("Unable to load overlay_vars from ~p: ~p\n", [File, Reason])
|
||||
end.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue