Skip to content

Commit c83b5fc

Browse files
authoredSep 6, 2024
Merge pull request #176 from TheDragonCode/6.x
Added information message about the successful launch of an asynchronous task
2 parents ba5120d + 972d89b commit c83b5fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/Services/Migrator.php

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public function runUp(string $filename, int $batch, Options $options): void
6161
if ($this->hasAsync($operation, $options)) {
6262
OperationJob::dispatch($name);
6363

64+
$this->notification->twoColumn($name, '<fg=blue;options=bold>PENDING</>');
65+
6466
return;
6567
}
6668

0 commit comments

Comments
 (0)
Failed to load comments.