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 1021702 commit be3b3f7Copy full SHA for be3b3f7
core/lib/get.js
@@ -16,7 +16,7 @@ module.exports = function (partialName, patternlab) {
16
switch (partialName) {
17
case patternlab.patterns[i].relPath:
18
return patternlab.patterns[i];
19
- case path.normalize(patternlab.patterns[i].verbosePartial):
+ case patternlab.patterns[i].verbosePartial:
20
21
}
22
0 commit comments