Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-14181: (android) Fix bug - Cannot read property 'filesystemName' of null #235

Merged
merged 2 commits into from
Jun 30, 2018

Commits on Jun 28, 2018

  1. fix: Cannot read property 'filesystemName' of null

    fix error :
    
    Error in Success callbackId: File1539060614 : TypeError: Cannot read property 'filesystemName' of null
    cordova.js:314 Uncaught TypeError: Cannot read property 'filesystemName' of null
    
    The `fsRoot` might be null. reproduced with latest cordova on android emulator.
    jony89 authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    556a615 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. fix: eslint

    jony89 authored Jun 29, 2018
    Configuration menu
    Copy the full SHA
    e0d3db4 View commit details
    Browse the repository at this point in the history