Skip to content

Commit

Permalink
fsck
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 committed Mar 19, 2024
1 parent b1e5340 commit 3b6c756
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ public function guessChromeBinaryPath(): string
return $file;
}
}

return 'chrome'; // ... very unlikely to actually work, but this retains the original behavior..
// throw new \RuntimeException('Could not find chrome binary'); // this makes more sense tbh
}
return 'chrome'; // ... very unlikely to actually work, but this retains the original behavior..
// throw new \RuntimeException('Could not find chrome binary'); // this makes more sense tbh
}
}

Expand Down

0 comments on commit 3b6c756

Please sign in to comment.