diff --git a/packages/framework/src/Console/Commands/BuildSiteCommand.php b/packages/framework/src/Console/Commands/BuildSiteCommand.php index e8a7485497e..40a1a6d25dc 100644 --- a/packages/framework/src/Console/Commands/BuildSiteCommand.php +++ b/packages/framework/src/Console/Commands/BuildSiteCommand.php @@ -106,7 +106,7 @@ protected function printFinishMessage(float $time_start): void { $execution_time = (microtime(true) - $time_start); $this->info(sprintf( - 'All done! Finished in %s seconds. (%sms)', + "\nAll done! Finished in %s seconds. (%sms)", number_format($execution_time, 2), number_format($execution_time * 1000, 2) ));