Skip to content

Commit

Permalink
dont quit()
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Oct 26, 2010
1 parent b9b7395 commit 7b37352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steal.then(function(){
} else {
if (java.lang.System.getProperty("os.name").indexOf("Windows") != -1) {
runCommand("cmd", "/C", 'taskkill /fi "Windowtitle eq selenium" > NUL')
quit()
//quit()
}
}
}
Expand Down

0 comments on commit 7b37352

Please sign in to comment.