소스 검색

Merge pull request #1279 from gbour/fix-dialyzer

fix catching  `not_valid` error on dialyzer
pull/1288/head
alisdair sullivan 8 년 전
committed by GitHub
부모
커밋
f57102aeb6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/rebar_prv_dialyzer.erl

+ 2
- 0
src/rebar_prv_dialyzer.erl 파일 보기

@ -260,6 +260,8 @@ read_plt(_State, Plt) ->
Result;
{error, no_such_file} ->
error;
{error, not_valid} ->
error;
{error, read_error} ->
Error = io_lib:format("Could not read the PLT file ~p", [Plt]),
throw({dialyzer_error, Error})

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