Closed vitalets closed 4 years ago
Add support for obj.err.stack as discussed in https://github.com/fastify/fastify-cli/issues/214. I moved checking stack from formatMessage() to output() function - it allows to show stack on next line after url and other request details:
obj.err.stack
formatMessage()
output()
📦 1.5.1
1.5.1
Add support for
obj.err.stack
as discussed in https://github.com/fastify/fastify-cli/issues/214. I moved checking stack fromformatMessage()
tooutput()
function - it allows to show stack on next line after url and other request details: