Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing issue danielsogl#789 - File.writeFile was broken.
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.
- Loading branch information