Skip to content

Commit

Permalink
Update local.js
Browse files Browse the repository at this point in the history
funky hack to stop errors with forkNewDriverInstance
  • Loading branch information
thpongue committed May 28, 2015
1 parent 6ebc4c3 commit 164771f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/driverProviders/local.js
Expand Up @@ -108,9 +108,9 @@ LocalDriverProvider.prototype.teardownEnv = function() {
var deferred = q.defer();
DriverProvider.prototype.teardownEnv.call(this).then(function() {
log.puts('Shutting down selenium standalone server.');
self.server_.stop().then(function() {
//self.server_.stop().then(function() {
deferred.resolve();
});
//});
});
return deferred.promise;
};
Expand Down

0 comments on commit 164771f

Please sign in to comment.