make logs a bit more descriptive

This commit is contained in:
Toshit Chawda 2024-07-08 13:01:13 -07:00
parent 6e86375a69
commit 2169a423b6
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 4 additions and 4 deletions

View file

@ -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);
}