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
I'm using v9.3.1 and I swear this function was working a few weeks ago, I was working on something else and it suddenly doesn't work anymore. Using it like so.
const logger2 = pino();
if (logger2.isLevelEnabled('debug')) {
....
}
it fails at the function.
The text was updated successfully, but these errors were encountered:
I have a sandbox where you can see this happening. https://codesandbox.io/p/sandbox/empty-leftpad-s52j5r
I'm using v9.3.1 and I swear this function was working a few weeks ago, I was working on something else and it suddenly doesn't work anymore. Using it like so.
it fails at the function.
The text was updated successfully, but these errors were encountered: