Browse Source

print error message suggesting to run rebar3 update if missing package index

pull/145/head
Tristan Sloughter 10 years ago
parent
commit
501b9b42df
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_packages.erl

+ 1
- 0
src/rebar_packages.erl View File

@ -34,5 +34,6 @@ get_packages(State) ->
{dict:new(), digraph:new()}
end;
false ->
?ERROR("Bad packages index, try to fix with `rebar3 update`", []),
{dict:new(), digraph:new()}
end.

Loading…
Cancel
Save