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 } );