Skip to content

Commit f175a16

Browse files
Haider AliHaider Ali
authored andcommitted
minor
1 parent 49aeced commit f175a16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extension/background.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const portsArr = [];
77
const reloaded = {};
88
const firstSnapshotReceived = {};
99

10+
console.log('in background.js')
11+
console.log(portsArr);
12+
1013
// Toggle for recording accessibility snapshots
1114
let toggleAxRecord = false;
1215

0 commit comments

Comments
 (0)