We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
restore-asking
eval
The text was updated successfully, but these errors were encountered:
having same issue with co-redis, node 6.2.0 on centos7:
SyntaxError: Unexpected token - at thenify (/nodeuser/app/node_modules/thenify/index.js:17:15)
reverting to 2.6.0-2 fixes it.
Sorry, something went wrong.
Fixed in v.2.6.1. @LinusU @amit777 thanks for reporting it and thanks @danmactough for fixing it right away 👍
redis
No branches or pull requests
restore-asking
which is an invalid function name. This is due to a "bug" in thenify which uses the function name inside someeval
ed code (Crashes horribly when function names are invalid identifiers thenables/thenify#20). I think it would be vice to not export invalid function names...The text was updated successfully, but these errors were encountered: