test-action-debian-package/node_modules/pino/bin.js
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

7 lines
170 B
JavaScript
Executable file

#!/usr/bin/env node
console.error(
'`pino` cli has been removed. Use `pino-pretty` cli instead.\n' +
'\nSee: https://github.com/pinojs/pino-pretty'
)
process.exit(1)