diff --git a/src/Php/Preprocessor.php b/src/Php/Preprocessor.php index 8b91cf15..7810dd09 100644 --- a/src/Php/Preprocessor.php +++ b/src/Php/Preprocessor.php @@ -59,6 +59,8 @@ class Preprocessor extends CompilerBase } $list = $sortedFiles; + + $this->climate->lightBlue('prepare completed: ' . count($list) . ' source files in total'); } public function getCppFile(string $file): string