Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Output/TailReader.php
  • Loading branch information
brendt committed May 25, 2024
2 parents 4463cd2 + e548b67 commit fde1597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Commands/TailProjectLogCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public function __invoke(): void
foreach ($this->logConfig->channels as $channel) {
if ($channel instanceof AppendLogChannel) {
$appendLogChannel = $channel;

break;
}
}
Expand Down
1 change: 0 additions & 1 deletion src/Output/TailReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Closure;
use Fiber;
use function Tempest\ld;

final readonly class TailReader
{
Expand Down

0 comments on commit fde1597

Please sign in to comment.