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

Commit 870f6de

Browse files
author
Marcy Sutton
committed
fix: remove extraneous driver kill
1 parent 043d0a4 commit 870f6de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/webdriver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function startDriver(config) {
3434
}
3535

3636
function stopDriver(config) {
37-
config.driver.quit();
3837
if (config.phantom) {
3938
config.phantom.kill();
4039
}

0 commit comments

Comments
 (0)