Skip to content

Commit c31bb1b

Browse files
authoredAug 25, 2022
Fix pipeline example (#1530)
1 parent 0d56d99 commit c31bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/transports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default async function (options) {
200200
chunk.service = 'pino'
201201

202202
// stringify the payload again
203-
this.push(JSON.stringify(chunk))
203+
this.push(`${JSON.stringify(chunk)}\n`)
204204
cb()
205205
}
206206
})

0 commit comments

Comments
 (0)
Please sign in to comment.