This commit is contained in:
2020-09-11 18:24:54 +08:00
parent 58ebf85082
commit 0196e16168
+1 -1
View File
@@ -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;
}