Skip to content

Commit d99b266

Browse files
logging
1 parent e78fbd8 commit d99b266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ async function processAccessibilityReport(url) {
9999

100100
console.log('log', "SET SCAN: Payload to send: for url: ", payloadToSend,url);
101101
try {
102+
console.log("Current Window Object:", currentWindow);
102103
let setResult = await setScanConfig(currentWindow, payloadToSend);
103104
console.log('SET SCAN: response:', setResult);
104105
} catch (err) {

0 commit comments

Comments
 (0)