mirror of
https://github.com/Yonle/bostr.git
synced 2025-11-18 09:57:20 +01:00
worker_bouncer: fix error handling code
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user