From 39409714f0050f333942afa25ea3d07ef8334e1c Mon Sep 17 00:00:00 2001 From: WlodekM Date: Fri, 24 Jan 2025 19:57:02 +0200 Subject: fix logging of messages --- client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.ts') diff --git a/client.ts b/client.ts index 02397d0..caa89e7 100644 --- a/client.ts +++ b/client.ts @@ -30,7 +30,7 @@ interface Post { } maelink.on('message', (e) => { - screen.logs.push("INC: " + e) + screen.logs.push("INC: " + JSON.stringify(e)) }) maelink.on("post", (post: Post) => { -- cgit 1.4.1-2-gfad0