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 ca77a45 commit b29a5b1Copy full SHA for b29a5b1
core/lib/pattern_assembler.js
@@ -46,6 +46,7 @@ var pattern_assembler = function () {
46
}
47
48
console.error('Could not find pattern with partial ' + partialName);
49
+ return undefined;
50
51
52
function buildListItems(container) {
0 commit comments