add line break to echo of file name
This commit is contained in:
parent
0d44d2c090
commit
760f995fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ $files = [
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($files as $file) {
|
foreach ($files as $file) {
|
||||||
echo __DIR__ . "/$file";
|
echo __DIR__ . "/$file\n";
|
||||||
$path = __DIR__ . "/$file";
|
$path = __DIR__ . "/$file";
|
||||||
file_put_contents($path, json_encode([], JSON_PRETTY_PRINT));
|
file_put_contents($path, json_encode([], JSON_PRETTY_PRINT));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue