Skip to content

Commit e1ef09d

Browse files
committed
minor change
1 parent 9d6500a commit e1ef09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/accessibility-automation/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
264264
fs.writeFileSync(file, newFileContent, {encoding: 'utf-8'});
265265
supportFileContentMap[file] = supportFilesData.cleanupParams ? supportFilesData.cleanupParams : defaultFileContent;
266266
}
267+
console.log(`>>> completed ${fileName}`);
267268
}
268269
} catch(e) {
269270
logger.debug(`Unable to modify file contents for ${file} to set event listeners with error ${e}`, true, e);

0 commit comments

Comments
 (0)