Fixed breaking merge conflict

This commit is contained in:
Hagen Hübel 2017-12-10 15:09:56 +01:00
parent 3c37655c88
commit c3bf92c178
2 changed files with 5 additions and 4 deletions

View File

@ -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;

View File

@ -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": {