make check
This commit is contained in:
parent
84e9e34b5b
commit
a6a0a7eb5a
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ function emitRecord(rec, line, opts, stylize) {
|
|||
}
|
||||
if (!headers) {
|
||||
/* pass through */
|
||||
} else if (typeof(headers) === 'string') {
|
||||
} else if (typeof (headers) === 'string') {
|
||||
s += headers.trimRight();
|
||||
} else {
|
||||
s += Object.keys(headers).map(
|
||||
|
|
Loading…
Reference in a new issue