* Use PHP_EOL instead of \n.

This commit is contained in:
Lufei
2023-06-06 09:37:45 +08:00
parent d738373416
commit 5650d1efeb
+1 -1
View File
@@ -45,4 +45,4 @@ function viewFileContent($file)
$cleanNum = 0;
traverseDirectory(rtrim($app->getCacheRoot(), DS), $cleanNum);
echo "Cleaned $cleanNum cache files.\n";
echo "Cleaned {$cleanNum} cache files.", PHP_EOL;