pinojs / pino-pretty

🌲Basic prettifier for Pino log lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PinoPretty.customPrettifiers() lacks arguments declared in type PinoPretty.Prettifier

pasha-vuiko opened this issue · comments

Here is the type defenition:
Знімок екрана 2024-03-24 о 19 29 34

And here is JS code for PinoPretty.customPrettifiers():
Знімок екрана 2024-03-24 о 19 31 22

As you can see we are lacking of injection of all arguments from type defenition

I've already created a PR 🙂
#501