Archived
print snippet dir errors on new lines
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ foreach ($projects as $project) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
printf("WARNING: Snippets path %s not found", $snippetsDir);
|
||||
printf("WARNING: Snippets path %s not found\n", $snippetsDir);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user