Closed jaclar closed 11 years ago
you're awesome, thanks
any chance of an npm update?
On 11/5/13, Marcus Farkas notifications@github.com wrote:
you're awesome, thanks
Reply to this email directly or view it on GitHub: https://github.com/ToothlessGear/node-gcm/pull/35#issuecomment-27820692
nm looks like you've done it, sweet. :)
Fixes issue #34 If there is an exception within the callback the try-catch block will catch the exception and call the callback a second time, this time with an unrelated error. Moving the callback outside of the try-catch block solves this issue.