소스 검색

Make sure zip module is loaded

Before we check for zip:foldl/3 make sure zip module is loaded.
Tuncer Ayaz 15 년 전
부모
커밋
faf21694fe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/rebar_utils.erl

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

@ -116,6 +116,7 @@ abort(String, Args) ->
%% this function when the time is right. escript:foldl/3 was an
%% undocumented exported fun and is going to be removed post-R13B04.
escript_foldl(Fun, Acc, File) ->
{module, zip} = code:ensure_loaded(zip),
case erlang:function_exported(zip, foldl, 3) of
true ->
emulate_escript_foldl(Fun, Acc, File);

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