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

Commit

Permalink
fix: kill the browser even after restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 3, 2013
1 parent 38035eb commit 5cff1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ var BrowserStackBrowser = function(id, emitter, args, logger,
}

workerId = worker.id;
alreadyKilling = null;

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

0 comments on commit 5cff1fa

Please sign in to comment.