diff --git a/src/Socket/socket.ts b/src/Socket/socket.ts index 64a4486..c3042ec 100644 --- a/src/Socket/socket.ts +++ b/src/Socket/socket.ts @@ -671,7 +671,7 @@ export const makeSocket = (config: SocketConfig) => { }) ws.on('CB:ib,,offline_preview', (node: BinaryNode) => { - logger.info('offline preview received', node) + logger.info('offline preview received', JSON.stringify(node)) sendNode({ tag: 'ib', attrs: {},