diff options
Diffstat (limited to 'src/rebar_prv_install_deps.erl')
-rw-r--r-- | src/rebar_prv_install_deps.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_install_deps.erl b/src/rebar_prv_install_deps.erl index 6ae3042..1baa9db 100644 --- a/src/rebar_prv_install_deps.erl +++ b/src/rebar_prv_install_deps.erl @@ -85,6 +85,7 @@ do(State) -> {error, Error} end catch + %% maybe_fetch will maybe_throw an exception to break out of some loops _:Reason -> {error, Reason} end. |