ソースを参照

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})

読み込み中…
キャンセル
保存