We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2803a1 commit a9cb606Copy full SHA for a9cb606
class/RNFetchBlobReadStream.js
@@ -45,7 +45,7 @@ export default class RNFetchBlobReadStream {
45
}
46
else {
47
const err = new Error(detail)
48
- err.code = code
+ err.code = code || 'EUNSPECIFIED'
49
if(this._onError)
50
this._onError(err)
51
else
0 commit comments