Skip to content

Commit

Permalink
fsck
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 authored Mar 19, 2024
1 parent 3b6c756 commit 496da1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function guessChromeBinaryPath(): string
}
}
}

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 496da1b

Please sign in to comment.