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-14197: (all) Fix for createFile/writeFile silently failing to send 'write' action #237

Merged
merged 1 commit into from
Jul 20, 2018

Commits on Jul 9, 2018

  1. require FileReader in FileWriter to fix 'write' exec not being called

    FileWriter is missing the require('./FileReader') module causing the
    native FileReader to be used instead of the FileReader proxy.
    
    Oddly this does not happen everytime, but I could consistently
    reproduce the issue when running subsequent `cordova run android`
    commands on an Ionic app running in a 7.1.1 Android Emulator.
    wfairclough committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    2a0da7f View commit details
    Browse the repository at this point in the history