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) {
|
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(
|
||||||
|
|
Loading…
Reference in a new issue