Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Aug 27, 2024
1 parent 0900ff2 commit 454f8b2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export function handleSocketError(instance: SocketService) {
);

reconnectSocket(instance).catch((_e) => {
// error handled in reconnectSocket
console.error(
`[SocketService: handleSocketError()] error in reconnectSocket`,
error,
);
});
};
}

0 comments on commit 454f8b2

Please sign in to comment.