Skip to content

Commit c74ec20

Browse files
committed
minor change
1 parent 4c4bea5 commit c74ec20

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bin/accessibility-automation/helper.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,9 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
241241
} catch(e) {
242242
logger.debug(`Unable to modify file contents for ${file} to set event listeners with error ${e}`, true, e);
243243
}
244+
return;
244245
}
245246

246-
// Build the correct glob pattern
247-
// const globPattern = supportFilesData.supportFile.startsWith('/')
248-
// ? process.cwd() + supportFilesData.supportFile
249-
// : path.resolve(process.cwd(), supportFilesData.supportFile);
250-
251247
const globPattern = process.cwd() + supportFilesData.supportFile;
252248
console.log(`Using glob pattern to find support files: ${globPattern}`);
253249
glob(globPattern, {}, (err, files) => {

0 commit comments

Comments
 (0)