Skip to content

Commit 6c2da1e

Browse files
committed
Update debug message
Changed 'patternGroup' to 'patternSubGroup'
1 parent 5166a0d commit 6c2da1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/ui_builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ var ui_builder = function () {
515515
});
516516
if (omitPatternType) {
517517
if (patternlab.config.debug) {
518-
console.log('Omitting ' + patternType + '/' + patternSubtype + ' from building a viewall page because its patternGroup is specified in styleguideExcludes.');
518+
console.log('Omitting ' + patternType + '/' + patternSubtype + ' from building a viewall page because its patternSubGroup is specified in styleguideExcludes.');
519519
}
520520
} else {
521521
styleguideTypePatterns = styleguideTypePatterns.concat(subtypePatterns);

0 commit comments

Comments
 (0)