From 4574b822f2c1e280dbb4eb7abf00c3c92ade5b3b Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 26 Mar 2021 01:42:58 +0800 Subject: [PATCH] modify --- System/Crontab/Consumer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Crontab/Consumer.php b/System/Crontab/Consumer.php index c51c2357..0cf3d4c8 100644 --- a/System/Crontab/Consumer.php +++ b/System/Crontab/Consumer.php @@ -43,6 +43,8 @@ class Consumer extends Process { $crontab = $this->channel->pop(-1); + var_dump($crontab); + $this->dispatch($crontab); $this->popChannel();