Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 873cb80

Browse files
LionessTesterwkh237
authored andcommitted
I forgot one error string for the Android readFile() method (#475)
* bump to 0.10.8 * Update PULL_REQUEST_TEMPLATE * Forgot to normalize the error message of readFile
1 parent b6c6f9a commit 873cb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/RNFetchBlob/RNFetchBlobFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ else if(resolved == null) {
189189
}
190190
}
191191
catch(Exception err) {
192-
promise.reject("ReadFile Error", err.getLocalizedMessage());
192+
promise.reject("RNFetchBlob readFile error", err.getLocalizedMessage());
193193
}
194194

195195
}

0 commit comments

Comments
 (0)