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

Fixing issue #789 - File.writeFile was broken. #796

Closed
wants to merge 1 commit into from

Conversation

wwoods
Copy link

@wwoods wwoods commented Nov 16, 2016

Prior to this patch, File.writeFile has the replace and append
options flipped; setting replace: true would block the file from being
replaced, and setting append: true would always create a new file and
never append.

Prior to this patch, `File.writeFile` has the `replace` and `append`
options flipped; setting `replace: true` would block the file from being
replaced, and setting `append: true` would always create a new file and
never append.
@mlynch
Copy link
Collaborator

mlynch commented Nov 20, 2016

Thoughts on this @ihadeed? I'm not fresh on File plugin knowledge

@ihadeed ihadeed self-assigned this Nov 23, 2016
@ihadeed
Copy link
Collaborator

ihadeed commented Nov 23, 2016

This is fixed here: 867400d#diff-9c468d792814968d6a9ecd58630290cbR682

Your fork is outdated. Please try with the latest version of Ionic Native and report back if the issue still exists. @wwoods

@ihadeed ihadeed closed this Nov 23, 2016
@ihadeed
Copy link
Collaborator

ihadeed commented Nov 23, 2016

Just had a look at the issue you submitted here: #789

You're right it does need to be fixed. Please check my comment there and maybe submit a new PR to fix the latest repo code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants