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

Commit

Permalink
fix: do not require browserStack config
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Aug 14, 2013
1 parent 0722731 commit 48deb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var BrowserStackTunnel = require('browserstacktunnel-wrapper');

var createBrowserStackTunnel = function(logger, config, emitter) {
var log = logger.create('launcher.browserstack');
var bsConfig = config.browserStack;
var bsConfig = config.browserStack || {};

if (bsConfig.startTunnel === false) {
return q();
Expand Down

0 comments on commit 48deb3b

Please sign in to comment.