Skip to content
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

Fix default basedir calculation #31

Closed
wants to merge 1 commit into from
Closed

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Aug 7, 2013

Using the require.cache to identify which module is calling us is not reliable. It will always tell you what the first module to require us was, not the module that's currently calling.

This change uses the V8 stack trace API to identify the real current caller.

@ghost
Copy link

ghost commented Aug 7, 2013

Thanks for the patch. Merged in 0.4.3.

@ghost ghost closed this Aug 7, 2013
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant