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 for Node 6.0 #7

Merged
merged 1 commit into from
May 11, 2016
Merged

Fix for Node 6.0 #7

merged 1 commit into from
May 11, 2016

Conversation

rosszurowski
Copy link
Contributor

This PR fixes an error that appears on Node 6.0.

The latest release of Node made a breaking change to the path module, which now throws an error if it's passed undefined instead of a string. To fix the exception, this PR adds a type-check to ensure we only ever pass a string to path.

@FWeinb
Copy link
Owner

FWeinb commented May 11, 2016

Thank you for the update! Released in 1.0.4🎆

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.

2 participants