This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
print error message suggesting to run rebar3 update if missing package index
pull/145/head
Tristan Sloughter
10 years ago
parent
9fbfeaa74d
commit
501b9b42df
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
.
Write
Preview
Loading…
Cancel
Save