소스 검색

Merge pull request #65 from fishcakez/plt_copy_lib

Ensure dir for plt exists when copying.
pull/71/head
Tristan Sloughter 10 년 전
부모
커밋
0374200e58
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/rebar_prv_dialyzer.erl

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

@ -276,6 +276,7 @@ build_proj_plt(State, Plt, Files) ->
BaseFiles = get_base_plt_files(State),
{ok, State1} = update_base_plt(State, BasePlt, BaseFiles),
?INFO("Copying ~p to ~p...", [BasePlt, Plt]),
_ = filelib:ensure_dir(Plt),
case file:copy(BasePlt, Plt) of
{ok, _} ->
check_plt(State1, Plt, BaseFiles, Files);

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