Skip to content

Commit a8f9892

Browse files
it works?
1 parent abb3832 commit a8f9892

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/extension/background.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ chrome.runtime.onConnect.addListener((port) => {
161161

162162
portsArr.push(port); // push each Reactime communication channel object to the portsArr
163163

164+
console.log('console logging port on initial connection')
165+
console.log(port)
166+
console.log('console logging portArray on initial connection')
167+
console.log(portsArr)
168+
164169
// On Reactime launch: make sure RT's active tab is correct
165170
if (portsArr.length > 0) {
166171
portsArr.forEach((bg) => // go through each port object (each Reactime instance)

0 commit comments

Comments
 (0)