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 8dc5393 commit bdd00feCopy full SHA for bdd00fe
bin/helpers/helper.js
@@ -390,7 +390,7 @@ exports.getSupportFiles = (bsConfig, isA11y) => {
390
supportFile = userSupportFile[0];
391
}
392
} catch (err) {}
393
- if(supportFile && supportFile[0] != '/') supportFile = '/' + supportFile;;
+ if(supportFile && supportFile[0] != '/') supportFile = '/' + supportFile;
394
return {
395
supportFile,
396
cleanupParams: Object.keys(cleanupParams).length ? cleanupParams : null
0 commit comments