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 25c71af commit 2ac6827Copy full SHA for 2ac6827
src/PatternLab/PatternData/Helpers/LineageHelper.php
@@ -61,7 +61,7 @@ public function run() {
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...");
+ Console::writeWarning("you may have a typo in ".$fileName.". `".$lineage."` is not a valid pattern...");
65
}
66
67
0 commit comments