From c0f404c497a29ee6f898f5448758779a93b48835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 18:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/FileListen/FileChangeCustomProcess.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); }