We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6500a commit e1ef09dCopy full SHA for e1ef09d
bin/accessibility-automation/helper.js
@@ -264,6 +264,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
264
fs.writeFileSync(file, newFileContent, {encoding: 'utf-8'});
265
supportFileContentMap[file] = supportFilesData.cleanupParams ? supportFilesData.cleanupParams : defaultFileContent;
266
}
267
+ console.log(`>>> completed ${fileName}`);
268
269
} catch(e) {
270
logger.debug(`Unable to modify file contents for ${file} to set event listeners with error ${e}`, true, e);
0 commit comments