From 760337a18149061b397e599e34fbdc405aafe2cc Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 9 Aug 2021 14:38:21 -0400 Subject: [PATCH] logging --- src/class/Context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class/Context.ts b/src/class/Context.ts index 47492ee..e32f23c 100644 --- a/src/class/Context.ts +++ b/src/class/Context.ts @@ -29,7 +29,7 @@ export default class Context { } public send(v: string) { - console.log(this.socket); + console.log(this.socket.write); this.socket.write(`${v.toString()}\n`, (err) => { if (err) { this.client.signale.error(`Error occurred while writing: ${err}`);