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

fs.write() ignores multiple calls for the same file #1123

Closed
homj opened this issue Sep 20, 2019 · 1 comment
Closed

fs.write() ignores multiple calls for the same file #1123

homj opened this issue Sep 20, 2019 · 1 comment

Comments

@homj
Copy link

homj commented Sep 20, 2019

I'm trying to apply a set of changes to an existing files. These changes are all applied by a single call to fs.write() for each change. However, only the last call will actually be executed after confirming the file overwrite. The preceding calls are being ignored completely.

@homj
Copy link
Author

homj commented Sep 20, 2019

There was an error in my code: the changes haven't been applied in the correct order.
There is no bug and fs.write() works as intended

@homj homj closed this as completed Sep 20, 2019
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

No branches or pull requests

1 participant