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

Commit

Permalink
style: formatting, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Nov 28, 2013
1 parent 8495542 commit ae7266b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ var BrowserStackBrowser = function(id, emitter, args, logger,
if (captured) {
return;
}
captured = false;
log.warn('%s have not captured in %d ms, killing.', browserName, captureTimeout);

log.warn('%s has not captured in %d ms, killing.', browserName, captureTimeout);
self.kill(function() {
if(retryLimit--) {
if (retryLimit--) {
self.start(self.url);
killingDeferred = null;
} else {
Expand All @@ -230,4 +230,4 @@ module.exports = {
'browserStackTunnel': ['factory', createBrowserStackTunnel],
'browserStackClient': ['factory', createBrowserStackClient],
'launcher:BrowserStack': ['type', BrowserStackBrowser]
};
};

0 comments on commit ae7266b

Please sign in to comment.