Merge branch 'develop' into release
This commit is contained in:
@ -33,7 +33,7 @@ class Watch extends Command
|
||||
$io->info("Start: {$current->format('Y-m-d H:i:s')}");
|
||||
while(true) {
|
||||
$io->info('Running Update');
|
||||
$this->runUpdate();
|
||||
$this->runUpdate($io);
|
||||
$current = $this->updateTime($period);
|
||||
$wait = $current->add($period);
|
||||
$io->text("Waiting until {$wait->format('Y-m-d H:i:s')}");
|
||||
|
Reference in New Issue
Block a user