Skip to content

Commit 82e55f9

Browse files
committed
providing an updated error
1 parent 5baf301 commit 82e55f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PatternLab/PatternData/Helpers/LineageHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function run() {
6060
} else {
6161

6262
if (strpos($lineage, '/') === false) {
63+
$fileName = $patternStoreData["pathName"].".".$patternExtension;
6364
Console::writeWarning("you may have a typo in ".$fileName.". {{> ".$lineage." }} is not a valid pattern...");
6465
}
6566

0 commit comments

Comments
 (0)