Skip to content

Commit ec8424d

Browse files
committed
Update worker-channel.js
1 parent 4494a22 commit ec8424d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function setupWorkerChannel() {
2828
resp = JSON.parse(resp);
2929
} catch(e) {
3030
resp = '';
31-
console.log('[Client] Pinged ServiceWorker for installation');
31+
console.log('%c[Client] Pinged ServiceWorker for installation', 'color: #80868b');
3232
}
3333

3434
if (!resp || !resp.clientId) {

0 commit comments

Comments
 (0)