Style nit in sauce helper.

This commit is contained in:
John-David Dalton
2016-07-19 17:55:53 -07:00
parent 6723cdfa07
commit ea000e6ce7

View File

@@ -463,7 +463,7 @@ function onJobStatus(error, res, body) {
return;
}
else {
if (typeof message == 'undefined') {
if (message === undefined) {
message = 'Results are unavailable. ' + details;
}
console.error(label, description, chalk.red('failed') + ';', message);