Skip to content

Commit 30c8f6f

Browse files
committed
feat: more feedback
1 parent f91875c commit 30c8f6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Commands/RunSynchronisationsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function handle(SynchronisationRepository $syncRepository, Synchronisatio
4343
$syncPersistor->create($syncPath, $currentBatch);
4444

4545
$this->info('Synchronised '.$instance::class);
46+
4647
} catch (Exception $exception) {
4748
$this->error($exception->getMessage());
4849
$this->error($exception->getTraceAsString());

0 commit comments

Comments
 (0)