Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
require FileReader in FileWriter to fix 'write' exec not being called (…
…#237) 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.
- Loading branch information