Compare commits
4 Commits
c53f7b6719
...
1.2.0
Author | SHA1 | Date | |
---|---|---|---|
f5c7982641 | |||
079b244ce0 | |||
4f9b96b401 | |||
390c15a45c |
@ -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