From 0196e161686b87ef78cb44253ae7333e42cca8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 11 Sep 2020 18:24:54 +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/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index c41d9fec..10e06cce 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -77,7 +77,7 @@ trait Action echo 'waite.'; while ($server->isRunner()) { echo '.'; - $pods = glob(storage('worker') . '/*'); + $pods = glob(storage(null, 'worker') . '/*'); if (count($pods) < 1) { break; }