diff options
-rw-r--r-- | client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |