소스 검색

erlydtl: add missing clause (Reported-by: goofansu)

erlydtl implemented 'binary' option. Add new clause for {binary, false}.
pull/3/head
Tuncer Ayaz 11 년 전
부모
커밋
3c1b819369
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/rebar_erlydtl_compiler.erl

+ 2
- 0
src/rebar_erlydtl_compiler.erl 파일 보기

@ -210,6 +210,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
Opts) of
ok ->
ok;
{ok, _Mod, Ws} ->
rebar_base_compiler:ok_tuple(Config, Source, Ws);
{ok, _Mod, _Bin, Ws} ->
rebar_base_compiler:ok_tuple(Config, Source, Ws);
error ->

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