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 optionless findup TypeError to match docs #1

Closed
wants to merge 2 commits into from

Conversation

sorccu
Copy link
Contributor

@sorccu sorccu commented Nov 15, 2012

Using findup-sync without any options was causing an "Object prototype may only be an Object or null" TypeError due to Object.create(undefined) not working so great. Duplicated existing tests for an optionless case using chdir and made them pass.

@cowboy cowboy closed this in dab55d8 Nov 15, 2012
@cowboy
Copy link
Contributor

cowboy commented Nov 15, 2012

BTW, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants