summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index e250a99..e372983 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -237,8 +237,8 @@ apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
{error, failed} ->
?FAIL;
Other ->
- ?ERROR("~p failed while processing ~s: ~p", [Command, Dir, Other]),
- ?FAIL
+ ?ABORT("~p failed while processing ~s: ~s",
+ [Command, Dir, io_lib:print(Other, 1,80,-1)])
end
end.