소스 검색

halt with 0 on successful run

pull/266/head
Tristan Sloughter 10 년 전
부모
커밋
ae7fe65a75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl 파일 보기

@ -45,7 +45,7 @@
main(Args) ->
case catch(run(Args)) of
{ok, _State} ->
ok;
erlang:halt(0);
rebar_abort ->
erlang:halt(1);
{error, rebar_abort} ->

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