Skip to content

Commit

Permalink
updated QueueWatchCommand.php for write issue with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rajenindianic committed Sep 19, 2024
1 parent 6825f9b commit d825a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/QueueWatchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected function startQueueWorker()
$this->process = new Process($command);
$this->process->setPty(true);
$this->process->start(function ($type, $buffer) {
$this->output->write($buffer);
$this->info($buffer);
});

$this->info('Queue worker started.');
Expand Down

0 comments on commit d825a96

Please sign in to comment.