summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar3.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl
index d3ea15f..c665f20 100644
--- a/src/rebar3.erl
+++ b/src/rebar3.erl
@@ -292,7 +292,7 @@ handle_error(Error) ->
case erlang:get_stacktrace() of
[] -> ok;
Trace ->
- ?DEBUG("Stack trace to the error location: ~p", [Trace])
+ ?DEBUG("Stack trace to the error location:~n~p", [Trace])
end,
?INFO("When submitting a bug report, please include the output of `rebar3 report \"your command\"`", []),
erlang:halt(1).