Skip to content

Commit

Permalink
chore: dont mind me
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 19, 2024
1 parent 83e7706 commit 630ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/websockets/workers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class WebsocketClient {
websockets.on('connect_error', (error) => {
console.error(
'Error connecting to WebSocket server from WORKERS:',
error.message,
error,
)
resolve(websockets)
})
Expand Down

0 comments on commit 630ff76

Please sign in to comment.