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 ae116c7 commit 2d577a1Copy full SHA for 2d577a1
src/PatternLab/Annotations.php
@@ -51,13 +51,9 @@ public static function gather() {
51
// set-up the comments store
52
self::$store["comments"] = array();
53
54
- // iterate over all of the files in the annotations dir
+ // create the annotations dir if it doesn't exist
55
if (!is_dir($annotationsDir)) {
56
- Console::writeWarning("<path>".Console::getHumanReadablePath($annotationsDir)."</path><warning> doesn't exist so you won't have annotations...");
57
mkdir($annotationsDir);
58
- } else {
59
-
60
61
}
62
63
// find the markdown-based annotations
0 commit comments