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
add back throw on package index write
pull/275/head
Tristan Sloughter
10 years ago
parent
80e9aae16c
commit
cfd10b82f1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_update.erl
+ 1
- 1
src/rebar_prv_update.erl
View File
@ -49,7 +49,7 @@ do(State) ->
ok
catch
_
E
:
_
C
-
>
?
PRV_ERROR
(
package_index_write
)
throw
(
?
PRV_ERROR
(
package_index_write
)
)
end
,
{
ok
,
State
}
.
Write
Preview
Loading…
Cancel
Save