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

erlydtl implemented 'binary' option. Add new clause for {binary, false}.
This commit is contained in:
Tuncer Ayaz 2014-01-14 18:31:57 +01:00
parent 03e7993402
commit 3c1b819369

View file

@ -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 ->