Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix: remove extraneous driver kill
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Dec 22, 2016
1 parent 043d0a4 commit 870f6de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function startDriver(config) {
}

function stopDriver(config) {
config.driver.quit();
if (config.phantom) {
config.phantom.kill();
}
Expand Down

0 comments on commit 870f6de

Please sign in to comment.