From 5b2a3b6d954b00497f8235ee29ccb7de13fe1075 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 24 Mar 2021 17:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/robot/Robot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robot/Robot.ts b/src/robot/Robot.ts index 8e0edfc..bff69b9 100644 --- a/src/robot/Robot.ts +++ b/src/robot/Robot.ts @@ -61,7 +61,7 @@ export class Robot { // if (data.player == self.sessionId) { // self.cards = self.cards.concat(data.cards); // } - debug(`($${ self.sessionId })draw_card_s2c: ${data}`) + debug(`($${ self.sessionId })draw_card_s2c: ${JSON.stringify(data)}`) break case 'player_ready_s2c': break