mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-31 03:51:11 +00:00
Fixed breaking merge conflict
This commit is contained in:
+4
-3
@@ -39,10 +39,11 @@
|
||||
NSError* error = [NSError errorWithDomain:@"Downloader" code:NSURLErrorFileDoesNotExist
|
||||
userInfo:@{NSLocalizedDescriptionKey: [NSString stringWithFormat: @"Failed to write target file at path: %@", _params.toFile]}];
|
||||
|
||||
_params.errorCallback(error);
|
||||
_params.errorCallback(error);
|
||||
return nil;
|
||||
} else {
|
||||
[_fileHandle closeFile];
|
||||
} else {
|
||||
[_fileHandle closeFile];
|
||||
}
|
||||
}
|
||||
|
||||
NSURLSessionConfiguration *config;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-fs",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"description": "Native filesystem access for react-native",
|
||||
"main": "FS.common.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user