소스 검색

Merge pull request #1318 from tuncer/conventional-stacktrace

Print stacktrace in a more conventional way
pull/1317/merge
Fred Hebert 8 년 전
committed by GitHub
부모
커밋
8efcd3b92b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar3.erl

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

불러오는 중...
취소
저장