diff --git a/src/Console/Command/Compile.php b/src/Console/Command/Compile.php index cc8849b2c..759d52c9b 100644 --- a/src/Console/Command/Compile.php +++ b/src/Console/Command/Compile.php @@ -926,7 +926,7 @@ private static function logEndBuilding( $io->comment( sprintf( - 'Memory usage: %s (peak: %s), time: %s', + 'Memory usage: %s (peak: %s), time: %s', format_size(memory_get_usage()), format_size(memory_get_peak_usage()), format_time(microtime(true) - $startTime),