From 3c1b8193690ccba7a253a674002c81ac64f90e06 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 14 Jan 2014 18:31:57 +0100 Subject: [PATCH] erlydtl: add missing clause (Reported-by: goofansu) erlydtl implemented 'binary' option. Add new clause for {binary, false}. --- src/rebar_erlydtl_compiler.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rebar_erlydtl_compiler.erl b/src/rebar_erlydtl_compiler.erl index 27c378d..fea8ea6 100644 --- a/src/rebar_erlydtl_compiler.erl +++ b/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 ->