feat(php): 添加预处理器完成状态提示

- 在预处理完成后显示总共处理的源文件数量
- 使用浅蓝色输出完成状态信息
pull/1/head
韩天峰 5 months ago
parent 3d2ab3cd53
commit 1341dec3f2
  1. 2
      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

Loading…
Cancel
Save