Updated example to not change the type of a property.
This commit is contained in:
Родитель
9536e4b81d
Коммит
08a3a6c6de
|
@ -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')
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче