Skip to content

Commit 470e5e1

Browse files
committed
Merge branch 'feature/enhance_monitor_and_processor' of https://github.com/haristku/plugin-QueuedTracking into feature/enhance_monitor_and_processor
2 parents bb16ceb + a563ad2 commit 470e5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Commands/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function doExecute(): int
140140
if ($numberOfProcessCycle > 0 || $infiniteCycle) {
141141
$cTogo = $infiniteCycle ? "infinite" : $numberOfProcessCycle;
142142
$output->writeln("===========================================================================");
143-
$output->writeln("<comment>Taking a nap for {$napster} second(s) before re-run the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
143+
$output->writeln("<comment>Taking a nap for {$napster} second(s), before re-running the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
144144
$output->writeln("===========================================================================");
145145
sleep($napster);
146146
}

0 commit comments

Comments
 (0)