From 87edeecb2b50adc52a42c9127a2b38f7b170b27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 21 Oct 2020 14:57:38 +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 --- HttpServer/Events/OnStart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Events/OnStart.php b/HttpServer/Events/OnStart.php index 9a59c472..169c7e4e 100644 --- a/HttpServer/Events/OnStart.php +++ b/HttpServer/Events/OnStart.php @@ -29,7 +29,7 @@ class OnStart extends Callback if (Snowflake::isLinux()) { name(rtrim(Config::get('id', 'system:'), ':')); } - while ($ret = System::wait()) { + while ($ret = Process::wait()) { var_dump($ret); } }