Closed drskullster closed 8 years ago
Hello @drskullster !
Thanks for the PR! I noticed I don't even pass the err
in the callback, would you mind to add it too?
Something like if (callback) callback(err);
Thanks again, I hope you find this lib useful.
Regards,
Xavier
Completely missed that ! I added err
in the last commit :)
Thanks to you !
Thanks!
I simply added a check to see if argument callback exists before calling it.