We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I noticed that all my stack traces start with AsyncHook.init so I looked at the source code and the following regex:
const asyncHooksRegEx = /\((internal\/)?async_hooks\.js:/ at index.js:7
const asyncHooksRegEx = /\((internal\/)?async_hooks\.js:/
index.js:7
doesn't match my stack trace. In my stack traces there is no .js extension for the async_hooks calls.
.js
The text was updated successfully, but these errors were encountered:
I found out about it this week and need to find some time to fix it. The tests are not passing
Sorry, something went wrong.
No branches or pull requests
Hey, I noticed that all my stack traces start with AsyncHook.init so I looked at the source code and the following regex:
const asyncHooksRegEx = /\((internal\/)?async_hooks\.js:/
atindex.js:7
doesn't match my stack trace. In my stack traces there is no
.js
extension for the async_hooks calls.The text was updated successfully, but these errors were encountered: