Skip to content

Commit 3c79033

Browse files
committed
do not allow null callbacks
1 parent ebb6e79 commit 3c79033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/browserstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ for(var i in config.capabilities){
5151
if (error) return console.log(error.red);
5252
console.log('Connected. Now testing...');
5353

54-
runOnBrowserStack(caps, test, function(){ bs_local.stop(); });
54+
runOnBrowserStack(caps, test, function() { bs_local.stop(function() {}); });
5555
});
5656
}
5757
else {

0 commit comments

Comments
 (0)