diff options
Diffstat (limited to 'library/sw-core.js')
-rw-r--r-- | library/sw-core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/sw-core.js b/library/sw-core.js index 1d31b2acd..4d95898d9 100644 --- a/library/sw-core.js +++ b/library/sw-core.js @@ -116,6 +116,7 @@ function setupController (initState, client) { need to write a service worker stream for this */ connectionListener.on('remote', (portStream, messageEvent) => { + console.log('REMOTE CONECTION FOUND***********') connectRemote(portStream, messageEvent.origin) }) |