Skip to content

Commit

Permalink
Logging errors
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 18, 2024
1 parent 2247fe1 commit 182f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/util/channels/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const makeWebSocket = <
serializer.serialize(message),
);
} catch (_err) {
console.error("error sending message through socket", message);
console.error("error sending message through socket", _err, message);
}
}
socket.close();
Expand Down

0 comments on commit 182f5d8

Please sign in to comment.