From 159aa4adf3bfadff341b745352261817302580d7 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 26 Jul 2021 12:51:13 +0800 Subject: [PATCH] modify --- System/Process/ServerInotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 98ab49b7..f7f11b41 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -233,7 +233,7 @@ class ServerInotify implements CustomProcess { exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder', $output); - var_dump(implode(PHP_EOL, $output)); + print_r(implode(PHP_EOL, $output)); Snowflake::reload(); }