Skip to content

Commit

Permalink
Merge pull request #63 from lenchvolodymyr/fix/error-with-log-on-unde…
Browse files Browse the repository at this point in the history
…fined

fix error with log on undefined
  • Loading branch information
mtseluiko authored Mar 15, 2023
2 parents 507e9bd + 5ef207b commit 9b60ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_engineering/connectionState.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const stateInstance = {
return stateInstance.setClient({
...connectionInfo,
encryptConnection: false,
});
}, attempts + 1, logger);
}

throw error;
Expand Down

0 comments on commit 9b60ee1

Please sign in to comment.