Closed stefanfisk closed 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
Fixed by #30
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