From 8776849d984cead7dc62dfd98d89ff654f87b549 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 8 Aug 2020 20:47:52 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E4=BA=BA=E7=89=A9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :^O --- extend/catcher/command/CatchScheduleCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extend/catcher/command/CatchScheduleCommand.php b/extend/catcher/command/CatchScheduleCommand.php index 49f9073..abae4a3 100644 --- a/extend/catcher/command/CatchScheduleCommand.php +++ b/extend/catcher/command/CatchScheduleCommand.php @@ -72,6 +72,8 @@ class CatchScheduleCommand extends Command protected function stop(Master $process) { $process->stop(); + + $this->output->info('stop catch schedule successfully'); } /**