mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07: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();
|
||||
return;
|
||||
}
|
||||
var details = 'See ' + url + ' for details.';
|
||||
var details = 'See ' + jobUrl + ' for details.';
|
||||
this.failed = true;
|
||||
|
||||
logInline();
|
||||
|
||||
Reference in New Issue
Block a user