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.
2 parents 479b5fc + 38dfe5c commit 0716cadCopy full SHA for 0716cad
builder/pattern_assembler.js
@@ -148,11 +148,11 @@
148
//find pattern lineage
149
lineage_hunter.find_lineage(currentPattern, patternlab);
150
151
- //look for a pseudo pattern by checking if there is a file containing same name, with ~ in it, ending in .json
152
- pseudopattern_hunter.find_pseudopatterns(currentPattern, patternlab);
153
-
154
//add to patternlab object so we can look these up later.
155
addPattern(currentPattern, patternlab);
+
+ //look for a pseudo pattern by checking if there is a file containing same name, with ~ in it, ending in .json
+ pseudopattern_hunter.find_pseudopatterns(currentPattern, patternlab);
156
}
157
158
function getpatternbykey(key, patternlab){
0 commit comments