From e0c71e3ae5aafa61d4fabeac708abf7233dccd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 29 Mar 2021 10:54:12 +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/Shutdown.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index c736607e..47902c67 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -127,6 +127,7 @@ class Shutdown extends Component */ public function close(string $value) { + var_dump($value); $content = file_get_contents($value); while ($this->pidIsExists($content)) {