WIP update deps, fix try-catch warning, for rocksdb 1.6.0

This commit is contained in:
Ulf Wiger
2020-10-19 10:46:02 +02:00
parent 8d3079ff25
commit 35c79aaa32
3 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -457,8 +457,8 @@ close_table_(Alias, Tab) ->
pp_stack() ->
Trace = try throw(true)
catch
_:_ ->
case erlang:get_stacktrace() of
_:_:ST ->
case ST of
[_|T] -> T;
[] -> []
end