Skip to content

Commit

Permalink
fix: sauce error formatting
Browse files Browse the repository at this point in the history
Closes #38
  • Loading branch information
Chris Wren committed May 24, 2014
1 parent 6c7d5af commit 37018d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sauce_launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var SauceLauncher = function(args, sauceConnect, /* config.sauceLabs */ config,
this.name = browserName + ' on SauceLabs';

var formatSauceError = function(err) {
return err.message + '\n ' + err.data.split('\n').shift();
return err.message;
};

var pendingHeartBeat;
Expand Down

0 comments on commit 37018d1

Please sign in to comment.