Browse Source

print snippet dir errors on new lines

Aneurin Barker Snook 8 years ago
parent
commit
f1ce64374a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sync-snippets.php

+ 1 - 1
sync-snippets.php

@@ -31,6 +31,6 @@ foreach ($projects as $project) {
         }
         }
     }
     }
     else {
     else {
-        printf("WARNING: Snippets path %s not found", $snippetsDir);
+        printf("WARNING: Snippets path %s not found\n", $snippetsDir);
     }
     }
 }
 }