make check

This commit is contained in:
Trent Mick 2014-05-30 20:59:09 -07:00
parent 84e9e34b5b
commit a6a0a7eb5a
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ function emitRecord(rec, line, opts, stylize) {
} }
if (!headers) { if (!headers) {
/* pass through */ /* pass through */
} else if (typeof(headers) === 'string') { } else if (typeof (headers) === 'string') {
s += headers.trimRight(); s += headers.trimRight();
} else { } else {
s += Object.keys(headers).map( s += Object.keys(headers).map(