浏览代码

Update TODO comment

Tuncer Ayaz 14 年前
父节点
当前提交
392e312b3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_utils.erl

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

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

正在加载...
取消
保存