Skip to content

Commit

Permalink
Fixes styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and github-actions[bot] committed May 25, 2024
1 parent 911a24f commit e548b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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: 1 addition & 0 deletions src/Output/TailReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function tail(string $path, ?Closure $format = null): void

if (! $handle) {
Fiber::suspend();

return;
}

Expand Down

0 comments on commit e548b67

Please sign in to comment.