mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Fix jobUrl typo in saucelabs.js.
This commit is contained in:
@@ -384,7 +384,7 @@ function onJobStatus(error, res, body) {
|
|||||||
this.restart();
|
this.restart();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var details = 'See ' + url + ' for details.';
|
var details = 'See ' + jobUrl + ' for details.';
|
||||||
this.failed = true;
|
this.failed = true;
|
||||||
|
|
||||||
logInline();
|
logInline();
|
||||||
|
|||||||
Reference in New Issue
Block a user