Skip to content

Commit 50564b8

Browse files
committed
Update logging output
1 parent 001dd89 commit 50564b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/web/twilio-sw.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
importScripts('notifications.js')
1+
// Twilio Voice Service Worker
22

3-
// create service worker
3+
importScripts('notifications.js')
44

55
const tag = 'Service Worker';
66

@@ -11,7 +11,7 @@ const _error = (...message) => {
1111
console.error(`[ ${tag} ]`, ...message);
1212
};
1313

14-
_log('Started');
14+
_log('Twilio Voice service-worker started');
1515

1616
self.addEventListener('message', (event) => {
1717
_handleMessage(event);

0 commit comments

Comments
 (0)