{ok, Module} is an acceptable return value from do_compile.

This commit is contained in:
David N. Welton 2014-02-14 12:30:13 +01:00 committed by Andreas Stenius
parent f7d62dee68
commit 60d106055b

View file

@ -217,6 +217,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
Opts) of
ok ->
ok;
{ok, _Mod} ->
ok;
{ok, _Mod, Ws} ->
rebar_base_compiler:ok_tuple(Config, Source, Ws);
{ok, _Mod, _Bin, Ws} ->