zetkin / zetkin.js

Javascript SDK for the Zetkin Platform API
0 stars 2 forks source link

Non-JSON response causes unhandled exception #29

Closed stefanfisk closed 6 years ago

stefanfisk commented 6 years ago

The parsing is not wrapped in a try-catch, and is performed in a callback outside of the Promise function scope: https://github.com/zetkin/zetkin.js/blob/5de687726991f3d3bafe47aedda774f87f5f7fc0/index.js#L351

richardolsson commented 6 years ago

Fixed by #30