We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb6e79 commit 3c79033Copy full SHA for 3c79033
1 file changed
scripts/browserstack.js
@@ -51,7 +51,7 @@ for(var i in config.capabilities){
51
if (error) return console.log(error.red);
52
console.log('Connected. Now testing...');
53
54
- runOnBrowserStack(caps, test, function(){ bs_local.stop(); });
+ runOnBrowserStack(caps, test, function() { bs_local.stop(function() {}); });
55
});
56
}
57
else {
0 commit comments