Skip to content

Commit 8204f94

Browse files
NathanFlurryjog1t
authored andcommitted
fix(rivetkit): use loggerWithoutContext for websocket error when actor undefined
1 parent 6b619a2 commit 8204f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rivetkit-typescript/packages/rivetkit/src/actor/router-endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export async function handleWebSocketConnect(
123123
onOpen: (_evt: any, ws: WSContext) => {
124124
const { code } = deconstructError(
125125
error,
126-
actor.rLog,
126+
loggerWithoutContext(),
127127
{
128128
wsEvent: "open",
129129
},

0 commit comments

Comments
 (0)