mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
erlydtl: add missing clause (Reported-by: goofansu)
erlydtl implemented 'binary' option. Add new clause for {binary, false}.
This commit is contained in:
parent
03e7993402
commit
3c1b819369
1 changed files with 2 additions and 0 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue