Skip to content

Commit c3c45ab

Browse files
committed
fix(rivetkit): use loggerWithoutContext for websocket error when actor undefined
1 parent 85e2f9c commit c3c45ab

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)