diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index b5390684..2c199216 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -85,9 +85,9 @@ class FileChangeCustomProcess extends BaseProcess */ public function trigger_reload() { - exec(PHP_BINARY . ' ' . APP_PATH . 'kiri.php runtime:builder', $output); - - print_r(implode(PHP_EOL, $output)); +// exec(PHP_BINARY . ' ' . APP_PATH . 'kiri.php runtime:builder', $output); +// +// print_r(implode(PHP_EOL, $output)); Kiri::reload(); }