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

Switch promisify lib from thenify to es6-promisify #17

Merged
merged 1 commit into from
Jun 28, 2016
Merged

Switch promisify lib from thenify to es6-promisify #17

merged 1 commit into from
Jun 28, 2016

Conversation

bishtawi
Copy link
Contributor

Thenify lib does not work when running node with --use_strict due to its use of eval(). This PR switches the promisify lib to es6-promisify which does not use eval() and also has more stars (if that makes any difference).

@bishtawi
Copy link
Contributor Author

Hopefully this also prevents issues similar to #16 from happening again.

@mciparelli
Copy link
Owner

I promise I'll look into this in about a week when I'm available

@LinusU
Copy link

LinusU commented Jun 28, 2016

This seems to also properly bind which is a huge plus

@mciparelli mciparelli merged commit 2883ec4 into mciparelli:master Jun 28, 2016
@mciparelli
Copy link
Owner

Thank you!

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

3 participants