mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-16 15:40:01 -04:00
make logs a bit more descriptive
This commit is contained in:
parent
6e86375a69
commit
2169a423b6
2 changed files with 4 additions and 4 deletions
|
@ -142,7 +142,7 @@ export class WorkerConnection {
|
|||
try {
|
||||
await pingPromise;
|
||||
} catch {
|
||||
console.warn("Failed to get a ping response from the worker within 1.5s. Assuming port is dead.");
|
||||
console.warn("bare-mux: Failed to get a ping response from the worker within 1.5s. Assuming port is dead.");
|
||||
this.createChannel();
|
||||
return await this.sendMessage(message, transferable);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue