Skip to content

Commit 5a7065b

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 1abcb7a commit 5a7065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChromeVersionFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function installedChromeDriverVersion(string $operatingSystem, string $di
143143
{
144144
$filename = OperatingSystem::chromeDriverBinary($operatingSystem);
145145

146-
if (! file_exists($directory.$filename)) {
146+
if (! is_file(join_paths($directory, $filename))) {
147147
return [
148148
'full' => null,
149149
'semver' => null,

0 commit comments

Comments
 (0)