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

Bug on line 58 of lib/scrypt-async.js #3

Closed
muellerkyle opened this issue Nov 20, 2013 · 2 comments
Closed

Bug on line 58 of lib/scrypt-async.js #3

muellerkyle opened this issue Nov 20, 2013 · 2 comments

Comments

@muellerkyle
Copy link

The line:
if (response.error) cb(error);

throws an exception as you are not passing response.error to the callback.

error is undefined.

@tracker1
Copy link
Owner

Thanks, fixed and published out to npm now.

@muellerkyle
Copy link
Author

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

No branches or pull requests

2 participants