diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 0b5e57c9..6ac1fca0 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -226,6 +226,9 @@ class ServerInotify extends Process */ public function trigger_reload() { + logger()->debug('server reload.'); + + exec(PHP_BINARY . ' snowflake runtime:builder'); Snowflake::reload();