改名
This commit is contained in:
@@ -249,7 +249,9 @@ class ServerInotify extends Process
|
||||
*/
|
||||
public function trigger_reload()
|
||||
{
|
||||
exec(PHP_BINARY . ' snowflake runtime:builder');
|
||||
exec(PHP_BINARY . ' snowflake runtime:builder', $output);
|
||||
|
||||
var_dump(implode(PHP_EOL, $output));
|
||||
|
||||
Snowflake::reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user