Skip to content

Commit

Permalink
Added minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajit20 committed Mar 9, 2024
1 parent 027cbae commit d660a4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/transport/selenium-webdriver/service-builders/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class SeleniumServer4 extends DriverService {
if (process.env['JAVA_HOME']) {
isJavaInstalled();
java = path.join(process.env['JAVA_HOME'], 'bin/java');
} else {
throw new Error('Java is not installed');
}

super(java, {
Expand Down

0 comments on commit d660a4d

Please sign in to comment.