From e3dd2ffe99261914af3331e31f114baa19343310 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 1 Jul 2020 09:01:54 -0500 Subject: [PATCH] More logging --- fchat/connection.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fchat/connection.ts b/fchat/connection.ts index 10b1c62..09e713b 100644 --- a/fchat/connection.ts +++ b/fchat/connection.ts @@ -106,6 +106,9 @@ export default class Connection implements Interfaces.Connection { log.debug( 'socket.onclose', { + code: event.code, + reason: event.reason, + wasClean: event.wasClean, event } );