Skip to content

Commit 4494a22

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async function setupWorkerChannel() {
2828
resp = JSON.parse(resp);
2929
} catch(e) {
3030
resp = '';
31+
console.log('[Client] Pinged ServiceWorker for installation');
3132
}
3233

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

0 commit comments

Comments
 (0)