You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/lib/ui_builder.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,7 @@ var ui_builder = function () {
515
515
});
516
516
if(omitPatternType){
517
517
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.');
0 commit comments