merge-requests/6/head
Matthew 2021-08-09 14:42:37 -04:00
parent cc4cd3d06c
commit 0da741f453
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default class Context {
}
public send(v: string) {
this.socket.write(`${v.toString()}\r\n`, (err) => {
this.socket.write(`${v.toString()}\n`, (err) => {
if (err) {
this.client.signale.error(`Error occurred while writing: ${err}`);
}