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

Commit 3374fb3

Browse files
committed
Change expection wording
1 parent 89d1f68 commit 3374fb3

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
@@ -406,7 +406,7 @@ static void deleteRecursive(File fileOrDirectory) throws Exception {
406406
}
407407
boolean removed = fileOrDirectory.delete();
408408
if(!removed)
409-
throw new Exception("file at path " + fileOrDirectory.getAbsolutePath() + " could not be removed.");
409+
throw new Exception("RNFetchBlobFS.deleteRecursive failed to remove file at path " + fileOrDirectory.getAbsolutePath());
410410
}
411411

412412
/**

0 commit comments

Comments
 (0)