@onekeyfe/react-native-cloud-fs 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,7 +199,8 @@ public class RNCloudFsModule extends ReactContextBaseJavaModule implements Googl
199
199
  mPendingOperation = LIST_FILES;
200
200
  this.reactContext.startActivityForResult(e.getIntent(), REQUEST_AUTHORIZATION, null);
201
201
  } catch (Exception e) {
202
- throw e;
202
+ // throw e;
203
+ promise.reject(e);
203
204
  }
204
205
  });
205
206
  } catch (Exception exception) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-cloud-fs",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {