Attempt to solve hanging up lacking response

This commit is contained in:
Dragon Fire
2020-02-28 15:48:09 -05:00
parent 4d5f29231a
commit edaec1fd0f
+1
View File
@@ -66,6 +66,7 @@ client.on('message', async msg => {
if (origin) await origin.send(origin.recipient, msg);
if (recipient) await recipient.send(recipient.origin, msg);
} catch (err) {
console.log(err);
return; // eslint-disable-line no-useless-return
}
});