Pārlūkot izejas kodu

Fix #205 (erlydtl:compile/3 returns warnings)

Adapt rebar_erlydtl_compiler to handle warnings emitted by
erlydtl:compile/3.
pull/3/head
Tuncer Ayaz pirms 11 gadiem
vecāks
revīzija
03e7993402
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      src/rebar_erlydtl_compiler.erl

+ 2
- 0
src/rebar_erlydtl_compiler.erl Parādīt failu

@ -210,6 +210,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
Opts) of
ok ->
ok;
{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} ->

Notiek ielāde…
Atcelt
Saglabāt