Skip to content

Commit

Permalink
Merge branch 'feature/enhance_monitor_and_processor' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/haristku/plugin-QueuedTracking into feature/enhance_monitor_and_processor
  • Loading branch information
haristku committed Oct 16, 2024
2 parents bb16ceb + a563ad2 commit 470e5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ protected function doExecute(): int
if ($numberOfProcessCycle > 0 || $infiniteCycle) {
$cTogo = $infiniteCycle ? "infinite" : $numberOfProcessCycle;
$output->writeln("===========================================================================");
$output->writeln("<comment>Taking a nap for {$napster} second(s) before re-run the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
$output->writeln("<comment>Taking a nap for {$napster} second(s), before re-running the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
$output->writeln("===========================================================================");
sleep($napster);
}
Expand Down

0 comments on commit 470e5e1

Please sign in to comment.