Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Nov 24, 2024
1 parent 06db4c7 commit b159b21
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ class WebDriverContainerHolder {
}

void stop() {
if (!currentContainer) {
return
}
currentContainer.stop()
currentContainer?.stop()
currentContainer = null
configuration = null
}
Expand Down

0 comments on commit b159b21

Please sign in to comment.