소스 검색

rebar_core: fix Dialyzer warning introduced in aa46d85 (#157)

pull/3/head
Tuncer Ayaz 11 년 전
부모
커밋
37310820f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl 파일 보기

@ -411,7 +411,7 @@ restore_code_path(no_change) ->
restore_code_path({added, Paths}) ->
%% Verify that all of the paths still exist -- some dynamically
%% added paths can get blown away during clean.
[code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)],
_ = [code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)],
ok.
erl_prim_loader_is_file(File) ->

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