worker_bouncer: fix error handling code

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2024-06-09 09:35:41 +07:00
parent 0959a47cb5
commit c6935870cb

View File

@@ -449,7 +449,6 @@ function receiverOnMessage(data) {
} }
function receiverOnError(_) { function receiverOnError(_) {
if (log_about_relays) return;
console.error(threadId, "-!-", this.id, this.addr, _.toString()); console.error(threadId, "-!-", this.id, this.addr, _.toString());
} }