Merge a7130a3ae7
into 6fa83c231d
This commit is contained in:
commit
b4e1c9d2af
|
@ -65,7 +65,7 @@ class FDBDatabase extends NativeObjectWrapper implements Database, OptionConsume
|
|||
T returnVal = retryable.apply(t);
|
||||
t.commit().join();
|
||||
return returnVal;
|
||||
} catch (RuntimeException err) {
|
||||
} catch (Exception err) {
|
||||
t = t.onError(err).join();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue