diff options
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 20f6974..74c608c 100644 --- a/src/rebar_prv_update.erl +++ b/src/rebar_prv_update.erl @@ -48,7 +48,7 @@ do(State) -> ok catch E:C -> - io:format("E C ~p ~p~n", [E, C]), + io:format("E C ~p ~p~n~p~n", [E, C, erlang:get_stacktrace()]), throw({error, {?MODULE, package_index_write}}) end, |