瀏覽代碼

Fix dialyzer when only updating plt

Previously dialyzer would crash when not doing success typing analysis.
pull/152/head
James Fish 10 年之前
父節點
當前提交
4b8e9db4ca
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_prv_dialyzer.erl

+ 1
- 1
src/rebar_prv_dialyzer.erl 查看文件

@ -352,7 +352,7 @@ succ_typings(State, Plt, Apps) ->
{Args, _} = rebar_state:command_parsed_args(State),
case proplists:get_value(succ_typings, Args) of
false ->
{ok, State};
{0, State};
_ ->
do_succ_typings(State, Plt, Apps)
end.

Loading…
取消
儲存