Browse Source

add back throw on package index write

pull/275/head
Tristan Sloughter 10 years ago
parent
commit
cfd10b82f1
1 changed files with 1 additions and 1 deletions
  1. +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}.

Loading…
Cancel
Save