We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39826c commit 50a8eb0Copy full SHA for 50a8eb0
bin/runner.js
@@ -89,8 +89,8 @@ function launchBrowser(browser, url) {
89
}
90
91
client.createWorker(browser, function (err, worker) {
92
- console.log("Error from BrowserStack: ", err);
93
if (err || typeof worker !== 'object') {
+ console.log("Error from BrowserStack: ", err);
94
utils.alertBrowserStack("Failed to launch worker",
95
"Arguments: " + JSON.stringify({
96
err: err,
0 commit comments