Skip to content

Commit 5bf215a

Browse files
committed
added logging
1 parent 79e9b25 commit 5bf215a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/accessibility-automation/helper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,10 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
223223
if(!supportFilesData.supportFile) return;
224224

225225
const isPattern = glob.hasMagic(supportFilesData.supportFile);
226-
226+
console.log(`isPattern: ${isPattern}, supportFile: ${supportFilesData.supportFile}`);
227+
sendData(`isPattern: ${isPattern}, supportFile: ${supportFilesData.supportFile}`);
227228
if(!isPattern) {
229+
sendData(`Inside isPattern`);
228230
console.log(`Inside isPattern`);
229231
try {
230232
const defaultFileContent = fs.readFileSync(file, {encoding: 'utf-8'});

0 commit comments

Comments
 (0)