Skip to content

Commit c693587

Browse files
committed
worker_bouncer: fix error handling code
Signed-off-by: Yonle <[email protected]>
1 parent 0959a47 commit c693587

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worker_bouncer.js

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ function receiverOnMessage(data) {
449449
}
450450

451451
function receiverOnError(_) {
452-
if (log_about_relays) return;
453452
console.error(threadId, "-!-", this.id, this.addr, _.toString());
454453
}
455454

0 commit comments

Comments
 (0)