mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Merge pull request #210 from tuncer/erlydtl-warnings
Fix #205 (erlydtl:compile/3 returns warnings)
This commit is contained in:
commit
477fbabfa8
1 changed files with 4 additions and 0 deletions
|
@ -210,6 +210,10 @@ 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 ->
|
||||
rebar_base_compiler:error_tuple(Config, Source, [], [], Opts);
|
||||
{error, {_File, _Msgs} = Error} ->
|
||||
|
|
Loading…
Reference in a new issue