Pārlūkot izejas kodu

Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :)

pull/3/head
Dave Smith pirms 15 gadiem
vecāks
revīzija
be754bb6ef
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/rebar_core.erl

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

@ -171,10 +171,10 @@ apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
ok ->
apply_commands(Rest, Modules, Config, ModuleFile);
{error, failed} ->
error;
?FAIL;
Other ->
?ERROR("~p failed while processing ~s: ~p", [Command, Dir, Other]),
error
?FAIL
end
end.

Notiek ielāde…
Atcelt
Saglabāt