React-native-fetch-blob: unterminated string constant in ./polyfill/Blog.js line 289

Created on 2 Aug 2017  路  5Comments  路  Source: wkh237/react-native-fetch-blob

      return Promise.reject('Blob has been released.)

needs to be changed to

      return Promise.reject('Blob has been released.')
bug

Most helpful comment

Thanks ! Just publish a new version 0.10.8 to npm 馃憤

All 5 comments

Unterminated*

Yes we are seeing this on our end as well. Pretty critical to get fixed.

Same issue.
npm: 5.3.0
node 8.2.1
OS: Win 8.1

Thanks ! Just publish a new version 0.10.8 to npm 馃憤

WOW, prompt response. Love you guys for this...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

amirfefer picture amirfefer  路  4Comments

yaronlevi picture yaronlevi  路  4Comments

nielsswinkels picture nielsswinkels  路  3Comments

fbacker picture fbacker  路  4Comments

Jason0112 picture Jason0112  路  3Comments