-
Notifications
You must be signed in to change notification settings - Fork 0
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
figure out how much to offset the first line in Node #1
Comments
I'm counting this for now. Will need to investigate whether this is the same for all versions of Node. Lines 57 to 60 in 04a7c4e
|
That's not a bad idea. Is this one of the undocumented modules? I couldn't find docs for it, so I am not sure if it has a frozen API, if it might change over time, etc. |
It comes from : node/lib/internal/bootstrap_node.js |
It seems the documentation for using the require('module') is on NodeJS Modules |
It's usually 62 lines, from what I have tested, but I wonder if it is actually different between versions. Perhaps I need to calculate it? Although, there is no reason to believe that the version of node running this module is also the version of node that generated the stack trace.
Anyway, think about it.
The text was updated successfully, but these errors were encountered: