mirror of
https://github.com/pinojs/pino.git
synced 2025-12-08 20:36:13 +00:00
* Remove prettyPrint option. 100% code coverage back. * Remove pino.final * Fix jsdom TS issue * Restore lost error * Add link to pino-pretty * Update Node.js in workflows Co-authored-by: Igor Savin <iselwin@gmail.com>
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
'use strict'
|
|
|
|
const warning = require('process-warning')()
|
|
module.exports = warning
|
|
|
|
// const warnName = 'PinoWarning'
|
|
|
|
// warning.create(warnName, 'PINODEP010', 'A new deprecation')
|