Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zork33 committed Sep 26, 2024
1 parent 5743534 commit ffe5a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/retries_obsoleted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class RetryStrategy {
try {
return await asyncMethod();
} catch (e) {
console.info(3000, e);
if(TransportError.isMember(e)) e = TransportError.convertToYdbError(e)
error = e;
if (e instanceof YdbError) {
Expand Down

0 comments on commit ffe5a82

Please sign in to comment.