From 679641faebd4279dde190ba2a92fc4d4915a67bc Mon Sep 17 00:00:00 2001 From: Pavel Shyliahau Date: Thu, 14 Mar 2024 14:43:09 -0500 Subject: [PATCH] j --- client/TurboBot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TurboBot.ts b/client/TurboBot.ts index d89b1dd..bc4d9e8 100644 --- a/client/TurboBot.ts +++ b/client/TurboBot.ts @@ -134,7 +134,7 @@ export class TurboBot { } } ws.onerror = (e) => { - console.log(`WS error:\n${e.error}`) + console.log(`WS error:\n${e.message}`) } }) }