Skip to content

Commit bdd00fe

Browse files
committed
minor change
1 parent 8dc5393 commit bdd00fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ exports.getSupportFiles = (bsConfig, isA11y) => {
390390
supportFile = userSupportFile[0];
391391
}
392392
} catch (err) {}
393-
if(supportFile && supportFile[0] != '/') supportFile = '/' + supportFile;;
393+
if(supportFile && supportFile[0] != '/') supportFile = '/' + supportFile;
394394
return {
395395
supportFile,
396396
cleanupParams: Object.keys(cleanupParams).length ? cleanupParams : null

0 commit comments

Comments
 (0)