Skip to content

Commit

Permalink
Merge pull request #176 from TheDragonCode/6.x
Browse files Browse the repository at this point in the history
Added information message about the successful launch of an asynchronous task
  • Loading branch information
andrey-helldar authored Sep 6, 2024
2 parents ba5120d + 972d89b commit c83b5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Services/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public function runUp(string $filename, int $batch, Options $options): void
if ($this->hasAsync($operation, $options)) {
OperationJob::dispatch($name);

$this->notification->twoColumn($name, '<fg=blue;options=bold>PENDING</>');

return;
}

Expand Down

0 comments on commit c83b5fc

Please sign in to comment.