-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: "fn is not a function" while setting up a pino transports since v9.2.1 #2012
Comments
We do our best to avoid regressions. I actually have no clue on why this problem is happening in your codebase. I would recommend you to send a PR to fix this. |
ok , found it's failing here Line 103 in 8aafa88
so it seems |
ha, found it #1990 Line 34 in 8aafa88
that return is causing to skip these important lines: Lines 49 to 54 in 8aafa88
|
btw |
Can you send a PR that fixes this and adds a test? |
sure :-) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pino
v9.3.0
throws errorsUpdate PR
Logger init code
The code will be transpiled with
esbuild
and then packaged with@yao-pkg/pkg
Seems to be related to #1383
The text was updated successfully, but these errors were encountered: