diff --git a/src/AutoDiscover.php b/src/AutoDiscover.php index 8bf1e43..79724cb 100644 --- a/src/AutoDiscover.php +++ b/src/AutoDiscover.php @@ -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 } }