diff options
| author | Tristan Sloughter <t@crashfast.com> | 2015-03-16 14:33:01 -0500 |
|---|---|---|
| committer | Tristan Sloughter <t@crashfast.com> | 2015-03-16 14:33:01 -0500 |
| commit | cfd10b82f11c7931ebd5aac31821684e6c7fcd0a (patch) | |
| tree | 8c4c395d785d876140ee3e290521473da1463bdd /src | |
| parent | 80e9aae16c48fc2c60ac763718211821ab9d5881 (diff) | |
add back throw on package index write
Diffstat (limited to 'src')
| -rw-r--r-- | src/rebar_prv_update.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_update.erl b/src/rebar_prv_update.erl index e851f7b..170c591 100644 --- a/src/rebar_prv_update.erl +++ b/src/rebar_prv_update.erl @@ -49,7 +49,7 @@ do(State) -> ok catch _E:_C -> - ?PRV_ERROR(package_index_write) + throw(?PRV_ERROR(package_index_write)) end, {ok, State}. |
