Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 25, 2024
1 parent b0eccf8 commit 911a24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Output/TailReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function tail(string $path, ?Closure $format = null): void
$format ??= fn (string $text) => $text;

$handle = @fopen($path, "r");
dump($path, $handle);

if (! $handle) {
Fiber::suspend();
return;
Expand Down

0 comments on commit 911a24f

Please sign in to comment.