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 5d9b9c5 commit c1e93e9Copy full SHA for c1e93e9
src/PatternLab/PatternEngine/Twig/TwigUtil.php
@@ -169,9 +169,7 @@ public static function loadMacros($instance) {
169
170
} else {
171
172
- // write warning because the macro dir doesn't exist
173
- $macroDirHR = Console::getHumanReadablePath($macroDir);
174
- Console::writeWarning("the path <path>".$macroDirHR."</path> doesn't exist so macros won't be loaded for the ".$instanceType." loader...");
+ self::dirNotExist($macroDir);
175
176
}
177
0 commit comments