소스 검색

add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings

pull/1869/head
Gerald Xv 6 년 전
부모
커밋
8f36dfdc65
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/rebar_erlc_compiler.erl

+ 1
- 0
src/rebar_erlc_compiler.erl 파일 보기

@ -363,6 +363,7 @@ effects_code_generation(Option) ->
report_errors -> false;
return_errors-> false;
return_warnings-> false;
report -> false;
warnings_as_errors -> false;
binary -> false;
verbose -> false;

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