diff --git a/data/wipeDb.php b/data/wipeDb.php index c36b4af..4183d5b 100644 --- a/data/wipeDb.php +++ b/data/wipeDb.php @@ -6,7 +6,7 @@ $files = [ ]; foreach ($files as $file) { - echo __DIR__ . "/$file"; + echo __DIR__ . "/$file\n"; $path = __DIR__ . "/$file"; file_put_contents($path, json_encode([], JSON_PRETTY_PRINT)); }