We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765d4bf commit 8cb981dCopy full SHA for 8cb981d
worker/worker-channel.js
@@ -28,7 +28,7 @@ async function setupWorkerChannel() {
28
resp = JSON.parse(resp);
29
} catch(e) {
30
resp = '';
31
- console.log('%cPinged worker for installation', 'color: #80868b');
+ console.log('%c[Client] Pinged ServiceWorker for installation', 'color: #80868b');
32
}
33
34
if (!resp || !resp.clientId) {
0 commit comments