Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 5cff1fa

Browse files
committed
fix: kill the browser even after restarting
1 parent 38035eb commit 5cff1fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ var BrowserStackBrowser = function(id, emitter, args, logger,
115115
}
116116

117117
workerId = worker.id;
118+
alreadyKilling = null;
118119

119120
var whenRunning = function() {
120121
log.debug('%s job started with id %s', browserName, workerId);

0 commit comments

Comments
 (0)