We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb6e79 + 3c79033 commit c432d70Copy full SHA for c432d70
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