You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although this conflicts with many other logging mechanisms which do not extend from Console, for example, I use PinoJS which has an entirely different interface. It uses streaming and does not have all the Console functions. Too many TS errors on my app.
I'd try to generalise it as much as possible, and only use the absolute minimum. Something like
I see for the new logger option, the Node.js
Console
type is used:https://github.com/ChetanXpro/nodejs-whisper/blob/main/src/index.d.ts#L18
Although this conflicts with many other logging mechanisms which do not extend from Console, for example, I use PinoJS which has an entirely different interface. It uses streaming and does not have all the Console functions. Too many TS errors on my app.
I'd try to generalise it as much as possible, and only use the absolute minimum. Something like
The text was updated successfully, but these errors were encountered: