aruntk / polymer-apollo

🚀 Polymer Apollo Integration
MIT License
78 stars 7 forks source link

Bug in catchError functions #4

Closed atoy40 closed 7 years ago

atoy40 commented 7 years ago

Hello, in catchError functions, you use ${query} in console.error calls, but query is not defined. May be ${key} is the one to use ?

aruntk commented 7 years ago

Thanks for reporting the bug. I'll fix this and add a unit test case also to avoid these kinds of errors. :)