We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e8cc9 commit 22b7bc2Copy full SHA for 22b7bc2
lib/browserstack/localbinary.rb
@@ -63,7 +63,7 @@ def binary_path
63
dest_parent_dir = get_available_dirs
64
binary_path = File.join(dest_parent_dir, "BrowserStackLocal#{".exe" if @windows}")
65
66
- if File.exists? binary_path
+ if File.exist? binary_path
67
binary_path
68
else
69
binary_path = download(dest_parent_dir)
0 commit comments