João Lenon

Results 8 comments of João Lenon

> Don't use console.log, use pino.destination() instead (otherwise you loose all the benefit of worker_threads). But how I could use `pino.destination()` to show the log in the stdout of the...

Please excuse my ignorance @mcollina I was trying to create a custom transporter which would format the log similarly to `pino-pretty`. Then this formatted log would be transport to the...

> > `import { register } from 'node:module'`, and that is _not_ currently synchronous. > > > > It is synchronous: https://github.com/nodejs/node/pull/46826 He is right, `register` fn is not totally...

Sorry the delay, I've uploaded the code with the suggestions.

> So what's the resolution on this? Is it coming in? Well, the implementation is done. We just need to wait to the core contributors to merge it or some...

Hey @cspotcode could you take a look on this please?

### :white_check_mark: **Snyk checks have passed. No issues have been found so far.** | Status | Scanner | ![](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/severity-critical.svg) Critical | ![](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/severity-high.svg) High | ![](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/severity-medium.svg) Medium | ![](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/severity-low.svg) Low |...

> Would checking if `index.html` exists suffice? Yes. I will make a PR for that 👍 > Also what if you want to have multiple entry points (An MPA)? There...