print snippet dir errors on new lines

This commit is contained in:
Aneurin Barker Snook
2017-07-05 20:53:51 +01:00
parent 93cb2221ac
commit f1ce64374a
+1 -1
View File
@@ -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);
}
}