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 5baf301 commit 82e55f9Copy full SHA for 82e55f9
src/PatternLab/PatternData/Helpers/LineageHelper.php
@@ -60,6 +60,7 @@ public function run() {
60
} else {
61
62
if (strpos($lineage, '/') === false) {
63
+ $fileName = $patternStoreData["pathName"].".".$patternExtension;
64
Console::writeWarning("you may have a typo in ".$fileName.". {{> ".$lineage." }} is not a valid pattern...");
65
}
66
0 commit comments