Skip to content

Commit 3394cd1

Browse files
committed
"+ +" was one plus sign too many
1 parent 9d64f5b commit 3394cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public void addCompleteDownload (ReadableMap config, Promise promise) {
355355
DownloadManager dm = (DownloadManager) RCTContext.getSystemService(RCTContext.DOWNLOAD_SERVICE);
356356
String path = RNFetchBlobFS.normalizePath(config.getString("path"));
357357
if(path == null) {
358-
promise.reject("EINVAL", "RNFetchblob.addCompleteDownload can not resolve URI:" + + config.getString("path"));
358+
promise.reject("EINVAL", "RNFetchblob.addCompleteDownload can not resolve URI:" + config.getString("path"));
359359
return;
360360
}
361361
try {

0 commit comments

Comments
 (0)