Skip to content

Commit cb9465d

Browse files
committed
fix(rivetkit): use loggerWithoutContext for websocket error when actor undefined
1 parent c5ed5d6 commit cb9465d

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
@@ -145,7 +145,7 @@ export async function handleWebSocketConnect(
145145
onOpen: (_evt: any, ws: WSContext) => {
146146
const { code } = deconstructError(
147147
error,
148-
actor.rLog,
148+
loggerWithoutContext(),
149149
{
150150
wsEvent: "open",
151151
},

0 commit comments

Comments
 (0)