From 97f17609580bd61d0a9a56cbca44ee21af019941 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 13 Jan 2021 16:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=8A=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=87=BA=E9=94=99=E5=90=8E=E7=9A=84error=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/commands/GameResultCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rooms/commands/GameResultCommand.ts b/src/rooms/commands/GameResultCommand.ts index 7a449dc..760c4d3 100644 --- a/src/rooms/commands/GameResultCommand.ts +++ b/src/rooms/commands/GameResultCommand.ts @@ -223,8 +223,8 @@ export class GameResultCommand extends Command { .then(function (response) { debugRoom(JSON.stringify(response.data)); }) - .catch(function (error) { - error(error); + .catch(function (err) { + error(err); }); }