remove exit 0

This commit is contained in:
Mikhail Timofeev
2020-03-06 08:54:33 +03:00
parent e9e5323c93
commit e031fd36fd

View File

@@ -93,8 +93,6 @@ $PathValue += ";$ChromeDriverPath\";
$PathValue += ";$EdgeDriverPath\";
Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue;
exit 0;
# Install Firefox gecko Web Driver
Write-Host "Install Firefox WebDriver"