Ver a proveniência

Merge pull request #1318 from tuncer/conventional-stacktrace

Print stacktrace in a more conventional way
pull/1317/merge
Fred Hebert há 8 anos
committed by GitHub
ascendente
cometimento
8efcd3b92b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl Ver ficheiro

@ -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: class="si">~n~p", [Trace])
end,
?INFO("When submitting a bug report, please include the output of `rebar3 report \"your command\"`", []),
erlang:halt(1).

Carregando…
Cancelar
Guardar