Skip to content

Commit

Permalink
Merge pull request #646 from pinojs/fix-ci
Browse files Browse the repository at this point in the history
add wrapErrorSerializer to browser pino
  • Loading branch information
davidmarkclements authored Apr 24, 2019
2 parents 893754a + 6ee01e1 commit 248be4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var stdSerializers = {
mapHttpResponse: mock,
wrapRequestSerializer: passthrough,
wrapResponseSerializer: passthrough,
wrapErrorSerializer: passthrough,
req: mock,
res: mock,
err: asErrValue
Expand Down

0 comments on commit 248be4e

Please sign in to comment.