Skip to content

Commit

Permalink
Updated example to not change the type of a property.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 22, 2016
1 parent 9536e4b commit 08a3a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pino.error('this is at error level')
pino.info('the answer is %d', 42)
pino.info({ obj: 42 }, 'hello world')
pino.info({ obj: 42, b: 2 }, 'hello world')
pino.info({ obj: { aa: 'bbb' } }, 'another')
pino.info({ nested: { obj: 42 } }, 'nested')
setImmediate(function () {
pino.info('after setImmediate')
})
Expand Down

0 comments on commit 08a3a6c

Please sign in to comment.